index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListConfigByActionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListConfigByActionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListConfigByActionResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListConfigByActionResponse getInstance(UnmarshallerContext context) { return ListConfigByActionResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListGroupApBriefConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListGroupApBriefConfigRequest extends RpcAcsRequest<ListGroupApBriefConfigResponse> { public ListGroupApBriefConfigRequest() { super("cloudwf", "2017-03-28", "ListGroupApBriefConfig", "cloudwf"); } private String orderCol; private String searchName; private Long apgroupId; private Integer colCnt; private Integer length; private Integer pageIndex; private String searchMac; private String orderDir; public String getOrderCol() { return this.orderCol; } public void setOrderCol(String orderCol) { this.orderCol = orderCol; if(orderCol != null){ putQueryParameter("OrderCol", orderCol); } } public String getSearchName() { return this.searchName; } public void setSearchName(String searchName) { this.searchName = searchName; if(searchName != null){ putQueryParameter("SearchName", searchName); } } public Long getApgroupId() { return this.apgroupId; } public void setApgroupId(Long apgroupId) { this.apgroupId = apgroupId; if(apgroupId != null){ putQueryParameter("ApgroupId", apgroupId.toString()); } } public Integer getColCnt() { return this.colCnt; } public void setColCnt(Integer colCnt) { this.colCnt = colCnt; if(colCnt != null){ putQueryParameter("ColCnt", colCnt.toString()); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } public String getSearchMac() { return this.searchMac; } public void setSearchMac(String searchMac) { this.searchMac = searchMac; if(searchMac != null){ putQueryParameter("SearchMac", searchMac); } } public String getOrderDir() { return this.orderDir; } public void setOrderDir(String orderDir) { this.orderDir = orderDir; if(orderDir != null){ putQueryParameter("OrderDir", orderDir); } } @Override public Class<ListGroupApBriefConfigResponse> getResponseClass() { return ListGroupApBriefConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListGroupApBriefConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListGroupApBriefConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListGroupApBriefConfigResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListGroupApBriefConfigResponse getInstance(UnmarshallerContext context) { return ListGroupApBriefConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListPageConfigTemplateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListPageConfigTemplateRequest extends RpcAcsRequest<ListPageConfigTemplateResponse> { public ListPageConfigTemplateRequest() { super("cloudwf", "2017-03-28", "ListPageConfigTemplate", "cloudwf"); } private Integer length; private Integer pageIndex; private String searchTempName; public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } public String getSearchTempName() { return this.searchTempName; } public void setSearchTempName(String searchTempName) { this.searchTempName = searchTempName; if(searchTempName != null){ putQueryParameter("SearchTempName", searchTempName); } } @Override public Class<ListPageConfigTemplateResponse> getResponseClass() { return ListPageConfigTemplateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListPageConfigTemplateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListPageConfigTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListPageConfigTemplateResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListPageConfigTemplateResponse getInstance(UnmarshallerContext context) { return ListPageConfigTemplateResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListPortalTemplateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListPortalTemplateRequest extends RpcAcsRequest<ListPortalTemplateResponse> { public ListPortalTemplateRequest() { super("cloudwf", "2017-03-28", "ListPortalTemplate", "cloudwf"); } private String orderCol; private Integer length; private Integer pageIndex; private String orderDir; private String searchTempName; public String getOrderCol() { return this.orderCol; } public void setOrderCol(String orderCol) { this.orderCol = orderCol; if(orderCol != null){ putQueryParameter("OrderCol", orderCol); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } public String getOrderDir() { return this.orderDir; } public void setOrderDir(String orderDir) { this.orderDir = orderDir; if(orderDir != null){ putQueryParameter("OrderDir", orderDir); } } public String getSearchTempName() { return this.searchTempName; } public void setSearchTempName(String searchTempName) { this.searchTempName = searchTempName; if(searchTempName != null){ putQueryParameter("SearchTempName", searchTempName); } } @Override public Class<ListPortalTemplateResponse> getResponseClass() { return ListPortalTemplateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListPortalTemplateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListPortalTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListPortalTemplateResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListPortalTemplateResponse getInstance(UnmarshallerContext context) { return ListPortalTemplateResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListProbeinfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListProbeinfoRequest extends RpcAcsRequest<ListProbeinfoResponse> { public ListProbeinfoRequest() { super("cloudwf", "2017-03-28", "ListProbeinfo", "cloudwf"); } private String orderCol; private String searchUserMac; private String searchSensorMac; private Integer length; private String searchSensorName; private Integer pageIndex; private String orderDir; public String getOrderCol() { return this.orderCol; } public void setOrderCol(String orderCol) { this.orderCol = orderCol; if(orderCol != null){ putQueryParameter("OrderCol", orderCol); } } public String getSearchUserMac() { return this.searchUserMac; } public void setSearchUserMac(String searchUserMac) { this.searchUserMac = searchUserMac; if(searchUserMac != null){ putQueryParameter("SearchUserMac", searchUserMac); } } public String getSearchSensorMac() { return this.searchSensorMac; } public void setSearchSensorMac(String searchSensorMac) { this.searchSensorMac = searchSensorMac; if(searchSensorMac != null){ putQueryParameter("SearchSensorMac", searchSensorMac); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public String getSearchSensorName() { return this.searchSensorName; } public void setSearchSensorName(String searchSensorName) { this.searchSensorName = searchSensorName; if(searchSensorName != null){ putQueryParameter("SearchSensorName", searchSensorName); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } public String getOrderDir() { return this.orderDir; } public void setOrderDir(String orderDir) { this.orderDir = orderDir; if(orderDir != null){ putQueryParameter("OrderDir", orderDir); } } @Override public Class<ListProbeinfoResponse> getResponseClass() { return ListProbeinfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListProbeinfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListProbeinfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListProbeinfoResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListProbeinfoResponse getInstance(UnmarshallerContext context) { return ListProbeinfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListStaOnoffLogRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListStaOnoffLogRequest extends RpcAcsRequest<ListStaOnoffLogResponse> { public ListStaOnoffLogRequest() { super("cloudwf", "2017-03-28", "ListStaOnoffLog", "cloudwf"); } private String orderCol; private String searchSsid; private String searchApName; private Integer length; private String searchUsername; private Integer pageIndex; private Long id; private String orderDir; public String getOrderCol() { return this.orderCol; } public void setOrderCol(String orderCol) { this.orderCol = orderCol; if(orderCol != null){ putQueryParameter("OrderCol", orderCol); } } public String getSearchSsid() { return this.searchSsid; } public void setSearchSsid(String searchSsid) { this.searchSsid = searchSsid; if(searchSsid != null){ putQueryParameter("SearchSsid", searchSsid); } } public String getSearchApName() { return this.searchApName; } public void setSearchApName(String searchApName) { this.searchApName = searchApName; if(searchApName != null){ putQueryParameter("SearchApName", searchApName); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public String getSearchUsername() { return this.searchUsername; } public void setSearchUsername(String searchUsername) { this.searchUsername = searchUsername; if(searchUsername != null){ putQueryParameter("SearchUsername", searchUsername); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getOrderDir() { return this.orderDir; } public void setOrderDir(String orderDir) { this.orderDir = orderDir; if(orderDir != null){ putQueryParameter("OrderDir", orderDir); } } @Override public Class<ListStaOnoffLogResponse> getResponseClass() { return ListStaOnoffLogResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListStaOnoffLogResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListStaOnoffLogResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListStaOnoffLogResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListStaOnoffLogResponse getInstance(UnmarshallerContext context) { return ListStaOnoffLogResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListStaStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListStaStatusRequest extends RpcAcsRequest<ListStaStatusResponse> { public ListStaStatusRequest() { super("cloudwf", "2017-03-28", "ListStaStatus", "cloudwf"); } private String orderCol; private String searchGroupName; private Integer searchStatus; private Integer length; private String searchUsername; private String orderDir; private String searchProtocal; private String searchSsid; private String searchApName; private String searchIp; private Integer pageIndex; private String searchMac; private String searchDescription; public String getOrderCol() { return this.orderCol; } public void setOrderCol(String orderCol) { this.orderCol = orderCol; if(orderCol != null){ putQueryParameter("OrderCol", orderCol); } } public String getSearchGroupName() { return this.searchGroupName; } public void setSearchGroupName(String searchGroupName) { this.searchGroupName = searchGroupName; if(searchGroupName != null){ putQueryParameter("SearchGroupName", searchGroupName); } } public Integer getSearchStatus() { return this.searchStatus; } public void setSearchStatus(Integer searchStatus) { this.searchStatus = searchStatus; if(searchStatus != null){ putQueryParameter("SearchStatus", searchStatus.toString()); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public String getSearchUsername() { return this.searchUsername; } public void setSearchUsername(String searchUsername) { this.searchUsername = searchUsername; if(searchUsername != null){ putQueryParameter("SearchUsername", searchUsername); } } public String getOrderDir() { return this.orderDir; } public void setOrderDir(String orderDir) { this.orderDir = orderDir; if(orderDir != null){ putQueryParameter("OrderDir", orderDir); } } public String getSearchProtocal() { return this.searchProtocal; } public void setSearchProtocal(String searchProtocal) { this.searchProtocal = searchProtocal; if(searchProtocal != null){ putQueryParameter("SearchProtocal", searchProtocal); } } public String getSearchSsid() { return this.searchSsid; } public void setSearchSsid(String searchSsid) { this.searchSsid = searchSsid; if(searchSsid != null){ putQueryParameter("SearchSsid", searchSsid); } } public String getSearchApName() { return this.searchApName; } public void setSearchApName(String searchApName) { this.searchApName = searchApName; if(searchApName != null){ putQueryParameter("SearchApName", searchApName); } } public String getSearchIp() { return this.searchIp; } public void setSearchIp(String searchIp) { this.searchIp = searchIp; if(searchIp != null){ putQueryParameter("SearchIp", searchIp); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } public String getSearchMac() { return this.searchMac; } public void setSearchMac(String searchMac) { this.searchMac = searchMac; if(searchMac != null){ putQueryParameter("SearchMac", searchMac); } } public String getSearchDescription() { return this.searchDescription; } public void setSearchDescription(String searchDescription) { this.searchDescription = searchDescription; if(searchDescription != null){ putQueryParameter("SearchDescription", searchDescription); } } @Override public Class<ListStaStatusResponse> getResponseClass() { return ListStaStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListStaStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListStaStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListStaStatusResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListStaStatusResponse getInstance(UnmarshallerContext context) { return ListStaStatusResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListSubAccountPermissionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListSubAccountPermissionRequest extends RpcAcsRequest<ListSubAccountPermissionResponse> { public ListSubAccountPermissionRequest() { super("cloudwf", "2017-03-28", "ListSubAccountPermission", "cloudwf"); } private Long searchUid; private Integer length; private Integer pageIndex; public Long getSearchUid() { return this.searchUid; } public void setSearchUid(Long searchUid) { this.searchUid = searchUid; if(searchUid != null){ putQueryParameter("SearchUid", searchUid.toString()); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } @Override public Class<ListSubAccountPermissionResponse> getResponseClass() { return ListSubAccountPermissionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListSubAccountPermissionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListSubAccountPermissionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListSubAccountPermissionResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListSubAccountPermissionResponse getInstance(UnmarshallerContext context) { return ListSubAccountPermissionResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListUmengPagePermission4RootRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListUmengPagePermission4RootRequest extends RpcAcsRequest<ListUmengPagePermission4RootResponse> { public ListUmengPagePermission4RootRequest() { super("cloudwf", "2017-03-28", "ListUmengPagePermission4Root", "cloudwf"); } private String orderCol; private Integer length; private String searchEmail; private Integer pageIndex; private String orderDir; public String getOrderCol() { return this.orderCol; } public void setOrderCol(String orderCol) { this.orderCol = orderCol; if(orderCol != null){ putQueryParameter("OrderCol", orderCol); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public String getSearchEmail() { return this.searchEmail; } public void setSearchEmail(String searchEmail) { this.searchEmail = searchEmail; if(searchEmail != null){ putQueryParameter("SearchEmail", searchEmail); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } public String getOrderDir() { return this.orderDir; } public void setOrderDir(String orderDir) { this.orderDir = orderDir; if(orderDir != null){ putQueryParameter("OrderDir", orderDir); } } @Override public Class<ListUmengPagePermission4RootResponse> getResponseClass() { return ListUmengPagePermission4RootResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListUmengPagePermission4RootResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListUmengPagePermission4RootResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListUmengPagePermission4RootResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListUmengPagePermission4RootResponse getInstance(UnmarshallerContext context) { return ListUmengPagePermission4RootResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListUpgradeImgRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ListUpgradeImgRequest extends RpcAcsRequest<ListUpgradeImgResponse> { public ListUpgradeImgRequest() { super("cloudwf", "2017-03-28", "ListUpgradeImg", "cloudwf"); } private Integer length; private Integer pageIndex; public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } @Override public Class<ListUpgradeImgResponse> getResponseClass() { return ListUpgradeImgResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ListUpgradeImgResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListUpgradeImgResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListUpgradeImgResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ListUpgradeImgResponse getInstance(UnmarshallerContext context) { return ListUpgradeImgResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ModifySubAccountPermissionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; import java.util.List; /** * @author auto create * @version */ public class ModifySubAccountPermissionRequest extends RpcAcsRequest<ModifySubAccountPermissionResponse> { public ModifySubAccountPermissionRequest() { super("cloudwf", "2017-03-28", "ModifySubAccountPermission", "cloudwf"); } private List<Long> shopGroupIdss; private List<Long> shopIdss; private String pagePermission; private Long id; private List<Long> businessIdss; public List<Long> getShopGroupIdss() { return this.shopGroupIdss; } public void setShopGroupIdss(List<Long> shopGroupIdss) { this.shopGroupIdss = shopGroupIdss; if (shopGroupIdss != null) { for (int i = 0; i < shopGroupIdss.size(); i++) { putQueryParameter("ShopGroupIds." + (i + 1) , shopGroupIdss.get(i)); } } } public List<Long> getShopIdss() { return this.shopIdss; } public void setShopIdss(List<Long> shopIdss) { this.shopIdss = shopIdss; if (shopIdss != null) { for (int i = 0; i < shopIdss.size(); i++) { putQueryParameter("ShopIds." + (i + 1) , shopIdss.get(i)); } } } public String getPagePermission() { return this.pagePermission; } public void setPagePermission(String pagePermission) { this.pagePermission = pagePermission; if(pagePermission != null){ putQueryParameter("PagePermission", pagePermission); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public List<Long> getBusinessIdss() { return this.businessIdss; } public void setBusinessIdss(List<Long> businessIdss) { this.businessIdss = businessIdss; if (businessIdss != null) { for (int i = 0; i < businessIdss.size(); i++) { putQueryParameter("BusinessIds." + (i + 1) , businessIdss.get(i)); } } } @Override public Class<ModifySubAccountPermissionResponse> getResponseClass() { return ModifySubAccountPermissionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ModifySubAccountPermissionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ModifySubAccountPermissionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifySubAccountPermissionResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ModifySubAccountPermissionResponse getInstance(UnmarshallerContext context) { return ModifySubAccountPermissionResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateAnalyseRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemFlowrateAnalyseRequest extends RpcAcsRequest<OemFlowrateAnalyseResponse> { public OemFlowrateAnalyseRequest() { super("cloudwf", "2017-03-28", "OemFlowrateAnalyse", "cloudwf"); } private Long gsid; public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<OemFlowrateAnalyseResponse> getResponseClass() { return OemFlowrateAnalyseResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateAnalyseResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemFlowrateAnalyseResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemFlowrateAnalyseResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemFlowrateAnalyseResponse getInstance(UnmarshallerContext context) { return OemFlowrateAnalyseResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateIntelligentRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemFlowrateIntelligentRequest extends RpcAcsRequest<OemFlowrateIntelligentResponse> { public OemFlowrateIntelligentRequest() { super("cloudwf", "2017-03-28", "OemFlowrateIntelligent", "cloudwf"); } private Long gsid; public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<OemFlowrateIntelligentResponse> getResponseClass() { return OemFlowrateIntelligentResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateIntelligentResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemFlowrateIntelligentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemFlowrateIntelligentResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemFlowrateIntelligentResponse getInstance(UnmarshallerContext context) { return OemFlowrateIntelligentResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateMonitorRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemFlowrateMonitorRequest extends RpcAcsRequest<OemFlowrateMonitorResponse> { public OemFlowrateMonitorRequest() { super("cloudwf", "2017-03-28", "OemFlowrateMonitor", "cloudwf"); } private Long gsid; public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<OemFlowrateMonitorResponse> getResponseClass() { return OemFlowrateMonitorResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateMonitorResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemFlowrateMonitorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemFlowrateMonitorResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemFlowrateMonitorResponse getInstance(UnmarshallerContext context) { return OemFlowrateMonitorResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateOverviewRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemFlowrateOverviewRequest extends RpcAcsRequest<OemFlowrateOverviewResponse> { public OemFlowrateOverviewRequest() { super("cloudwf", "2017-03-28", "OemFlowrateOverview", "cloudwf"); } private Long bid; public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<OemFlowrateOverviewResponse> getResponseClass() { return OemFlowrateOverviewResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateOverviewResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemFlowrateOverviewResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemFlowrateOverviewResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemFlowrateOverviewResponse getInstance(UnmarshallerContext context) { return OemFlowrateOverviewResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateRankingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemFlowrateRankingRequest extends RpcAcsRequest<OemFlowrateRankingResponse> { public OemFlowrateRankingRequest() { super("cloudwf", "2017-03-28", "OemFlowrateRanking", "cloudwf"); } private Long bid; public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<OemFlowrateRankingResponse> getResponseClass() { return OemFlowrateRankingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemFlowrateRankingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemFlowrateRankingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemFlowrateRankingResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemFlowrateRankingResponse getInstance(UnmarshallerContext context) { return OemFlowrateRankingResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemHeatLineRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemHeatLineRequest extends RpcAcsRequest<OemHeatLineResponse> { public OemHeatLineRequest() { super("cloudwf", "2017-03-28", "OemHeatLine", "cloudwf"); } private Long gsid; public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<OemHeatLineResponse> getResponseClass() { return OemHeatLineResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemHeatLineResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemHeatLineResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemHeatLineResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemHeatLineResponse getInstance(UnmarshallerContext context) { return OemHeatLineResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemHeatMapRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemHeatMapRequest extends RpcAcsRequest<OemHeatMapResponse> { public OemHeatMapRequest() { super("cloudwf", "2017-03-28", "OemHeatMap", "cloudwf"); } private Long gsid; public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<OemHeatMapResponse> getResponseClass() { return OemHeatMapResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemHeatMapResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemHeatMapResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemHeatMapResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemHeatMapResponse getInstance(UnmarshallerContext context) { return OemHeatMapResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemHeatSettingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemHeatSettingRequest extends RpcAcsRequest<OemHeatSettingResponse> { public OemHeatSettingRequest() { super("cloudwf", "2017-03-28", "OemHeatSetting", "cloudwf"); } private Long gsid; public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<OemHeatSettingResponse> getResponseClass() { return OemHeatSettingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemHeatSettingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemHeatSettingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemHeatSettingResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemHeatSettingResponse getInstance(UnmarshallerContext context) { return OemHeatSettingResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemMarketingCustomerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemMarketingCustomerRequest extends RpcAcsRequest<OemMarketingCustomerResponse> { public OemMarketingCustomerRequest() { super("cloudwf", "2017-03-28", "OemMarketingCustomer", "cloudwf"); } private Long bid; public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<OemMarketingCustomerResponse> getResponseClass() { return OemMarketingCustomerResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemMarketingCustomerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemMarketingCustomerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemMarketingCustomerResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemMarketingCustomerResponse getInstance(UnmarshallerContext context) { return OemMarketingCustomerResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemMarketingPotentialRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemMarketingPotentialRequest extends RpcAcsRequest<OemMarketingPotentialResponse> { public OemMarketingPotentialRequest() { super("cloudwf", "2017-03-28", "OemMarketingPotential", "cloudwf"); } private Long bid; public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<OemMarketingPotentialResponse> getResponseClass() { return OemMarketingPotentialResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemMarketingPotentialResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemMarketingPotentialResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemMarketingPotentialResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemMarketingPotentialResponse getInstance(UnmarshallerContext context) { return OemMarketingPotentialResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemMarketingSettingDataRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemMarketingSettingDataRequest extends RpcAcsRequest<OemMarketingSettingDataResponse> { public OemMarketingSettingDataRequest() { super("cloudwf", "2017-03-28", "OemMarketingSettingData", "cloudwf"); } private Long bid; public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<OemMarketingSettingDataResponse> getResponseClass() { return OemMarketingSettingDataResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemMarketingSettingDataResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemMarketingSettingDataResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemMarketingSettingDataResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemMarketingSettingDataResponse getInstance(UnmarshallerContext context) { return OemMarketingSettingDataResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemSitingContrastRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemSitingContrastRequest extends RpcAcsRequest<OemSitingContrastResponse> { public OemSitingContrastRequest() { super("cloudwf", "2017-03-28", "OemSitingContrast", "cloudwf"); } private Long bid; public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<OemSitingContrastResponse> getResponseClass() { return OemSitingContrastResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemSitingContrastResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemSitingContrastResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemSitingContrastResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemSitingContrastResponse getInstance(UnmarshallerContext context) { return OemSitingContrastResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemSitingSelctionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OemSitingSelctionRequest extends RpcAcsRequest<OemSitingSelctionResponse> { public OemSitingSelctionRequest() { super("cloudwf", "2017-03-28", "OemSitingSelction", "cloudwf"); } private Long bid; public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<OemSitingSelctionResponse> getResponseClass() { return OemSitingSelctionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OemSitingSelctionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OemSitingSelctionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OemSitingSelctionResponse extends AcsResponse { private String requestId; private Boolean success; private String data; private String message; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OemSitingSelctionResponse getInstance(UnmarshallerContext context) { return OemSitingSelctionResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OnoffGroupApRadioRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class OnoffGroupApRadioRequest extends RpcAcsRequest<OnoffGroupApRadioResponse> { public OnoffGroupApRadioRequest() { super("cloudwf", "2017-03-28", "OnoffGroupApRadio", "cloudwf"); } private Long apgroupId; private Integer disabled; public Long getApgroupId() { return this.apgroupId; } public void setApgroupId(Long apgroupId) { this.apgroupId = apgroupId; if(apgroupId != null){ putQueryParameter("ApgroupId", apgroupId.toString()); } } public Integer getDisabled() { return this.disabled; } public void setDisabled(Integer disabled) { this.disabled = disabled; if(disabled != null){ putQueryParameter("Disabled", disabled.toString()); } } @Override public Class<OnoffGroupApRadioResponse> getResponseClass() { return OnoffGroupApRadioResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/OnoffGroupApRadioResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.OnoffGroupApRadioResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OnoffGroupApRadioResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public OnoffGroupApRadioResponse getInstance(UnmarshallerContext context) { return OnoffGroupApRadioResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/PeripheryAnalyseRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class PeripheryAnalyseRequest extends RpcAcsRequest<PeripheryAnalyseResponse> { public PeripheryAnalyseRequest() { super("cloudwf", "2017-03-28", "PeripheryAnalyse", "cloudwf"); } private Long gsid; public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<PeripheryAnalyseResponse> getResponseClass() { return PeripheryAnalyseResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/PeripheryAnalyseResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.PeripheryAnalyseResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class PeripheryAnalyseResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public PeripheryAnalyseResponse getInstance(UnmarshallerContext context) { return PeripheryAnalyseResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProduceInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProduceInstanceRequest extends RpcAcsRequest<ProduceInstanceResponse> { public ProduceInstanceRequest() { super("cloudwf", "2017-03-28", "ProduceInstance", "cloudwf"); } private String traceId; private String produceParameter; public String getTraceId() { return this.traceId; } public void setTraceId(String traceId) { this.traceId = traceId; if(traceId != null){ putQueryParameter("TraceId", traceId); } } public String getProduceParameter() { return this.produceParameter; } public void setProduceParameter(String produceParameter) { this.produceParameter = produceParameter; if(produceParameter != null){ putQueryParameter("ProduceParameter", produceParameter); } } @Override public Class<ProduceInstanceResponse> getResponseClass() { return ProduceInstanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProduceInstanceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProduceInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProduceInstanceResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } @Override public ProduceInstanceResponse getInstance(UnmarshallerContext context) { return ProduceInstanceResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileBaseRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProfileBaseRequest extends RpcAcsRequest<ProfileBaseResponse> { public ProfileBaseRequest() { super("cloudwf", "2017-03-28", "ProfileBase", "cloudwf"); } private String beginDate; private String endDate; private Integer dataType; private Long gsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Integer getDataType() { return this.dataType; } public void setDataType(Integer dataType) { this.dataType = dataType; if(dataType != null){ putQueryParameter("DataType", dataType.toString()); } } public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<ProfileBaseResponse> getResponseClass() { return ProfileBaseResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileBaseResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProfileBaseResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProfileBaseResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ProfileBaseResponse getInstance(UnmarshallerContext context) { return ProfileBaseResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileConsumeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProfileConsumeRequest extends RpcAcsRequest<ProfileConsumeResponse> { public ProfileConsumeRequest() { super("cloudwf", "2017-03-28", "ProfileConsume", "cloudwf"); } private String beginDate; private String endDate; private Integer dataType; private Long gsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Integer getDataType() { return this.dataType; } public void setDataType(Integer dataType) { this.dataType = dataType; if(dataType != null){ putQueryParameter("DataType", dataType.toString()); } } public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<ProfileConsumeResponse> getResponseClass() { return ProfileConsumeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileConsumeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProfileConsumeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProfileConsumeResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ProfileConsumeResponse getInstance(UnmarshallerContext context) { return ProfileConsumeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileDistrictRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProfileDistrictRequest extends RpcAcsRequest<ProfileDistrictResponse> { public ProfileDistrictRequest() { super("cloudwf", "2017-03-28", "ProfileDistrict", "cloudwf"); } private String beginDate; private String endDate; private Integer dataType; private Long gsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Integer getDataType() { return this.dataType; } public void setDataType(Integer dataType) { this.dataType = dataType; if(dataType != null){ putQueryParameter("DataType", dataType.toString()); } } public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<ProfileDistrictResponse> getResponseClass() { return ProfileDistrictResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileDistrictResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProfileDistrictResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProfileDistrictResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ProfileDistrictResponse getInstance(UnmarshallerContext context) { return ProfileDistrictResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileHistoryListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProfileHistoryListRequest extends RpcAcsRequest<ProfileHistoryListResponse> { public ProfileHistoryListRequest() { super("cloudwf", "2017-03-28", "ProfileHistoryList", "cloudwf"); } private Long idtype; private Integer page; private Integer per; private Long agsid; public Long getIdtype() { return this.idtype; } public void setIdtype(Long idtype) { this.idtype = idtype; if(idtype != null){ putQueryParameter("Idtype", idtype.toString()); } } public Integer getPage() { return this.page; } public void setPage(Integer page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } public Integer getPer() { return this.per; } public void setPer(Integer per) { this.per = per; if(per != null){ putQueryParameter("Per", per.toString()); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ProfileHistoryListResponse> getResponseClass() { return ProfileHistoryListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileHistoryListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProfileHistoryListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProfileHistoryListResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ProfileHistoryListResponse getInstance(UnmarshallerContext context) { return ProfileHistoryListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileHistoryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProfileHistoryRequest extends RpcAcsRequest<ProfileHistoryResponse> { public ProfileHistoryRequest() { super("cloudwf", "2017-03-28", "ProfileHistory", "cloudwf"); } private Long idtype; private String endMonth; private String beginMonth; private Long agsid; public Long getIdtype() { return this.idtype; } public void setIdtype(Long idtype) { this.idtype = idtype; if(idtype != null){ putQueryParameter("Idtype", idtype.toString()); } } public String getEndMonth() { return this.endMonth; } public void setEndMonth(String endMonth) { this.endMonth = endMonth; if(endMonth != null){ putQueryParameter("EndMonth", endMonth); } } public String getBeginMonth() { return this.beginMonth; } public void setBeginMonth(String beginMonth) { this.beginMonth = beginMonth; if(beginMonth != null){ putQueryParameter("BeginMonth", beginMonth); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ProfileHistoryResponse> getResponseClass() { return ProfileHistoryResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileHistoryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProfileHistoryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProfileHistoryResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ProfileHistoryResponse getInstance(UnmarshallerContext context) { return ProfileHistoryResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileMediaRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProfileMediaRequest extends RpcAcsRequest<ProfileMediaResponse> { public ProfileMediaRequest() { super("cloudwf", "2017-03-28", "ProfileMedia", "cloudwf"); } private String beginDate; private String endDate; private Integer dataType; private Long gsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Integer getDataType() { return this.dataType; } public void setDataType(Integer dataType) { this.dataType = dataType; if(dataType != null){ putQueryParameter("DataType", dataType.toString()); } } public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<ProfileMediaResponse> getResponseClass() { return ProfileMediaResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileMediaResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProfileMediaResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProfileMediaResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ProfileMediaResponse getInstance(UnmarshallerContext context) { return ProfileMediaResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileTagRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProfileTagRequest extends RpcAcsRequest<ProfileTagResponse> { public ProfileTagRequest() { super("cloudwf", "2017-03-28", "ProfileTag", "cloudwf"); } private Long idtype; private String beginDate; private String endDate; private Integer appType; private String tag; private Long agsid; private Integer areaNumber; public Long getIdtype() { return this.idtype; } public void setIdtype(Long idtype) { this.idtype = idtype; if(idtype != null){ putQueryParameter("Idtype", idtype.toString()); } } public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Integer getAppType() { return this.appType; } public void setAppType(Integer appType) { this.appType = appType; if(appType != null){ putQueryParameter("AppType", appType.toString()); } } public String getTag() { return this.tag; } public void setTag(String tag) { this.tag = tag; if(tag != null){ putQueryParameter("Tag", tag); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } public Integer getAreaNumber() { return this.areaNumber; } public void setAreaNumber(Integer areaNumber) { this.areaNumber = areaNumber; if(areaNumber != null){ putQueryParameter("AreaNumber", areaNumber.toString()); } } @Override public Class<ProfileTagResponse> getResponseClass() { return ProfileTagResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileTagResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProfileTagResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProfileTagResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ProfileTagResponse getInstance(UnmarshallerContext context) { return ProfileTagResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileTradeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ProfileTradeRequest extends RpcAcsRequest<ProfileTradeResponse> { public ProfileTradeRequest() { super("cloudwf", "2017-03-28", "ProfileTrade", "cloudwf"); } private String beginDate; private String endDate; private Integer dataType; private Long gsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Integer getDataType() { return this.dataType; } public void setDataType(Integer dataType) { this.dataType = dataType; if(dataType != null){ putQueryParameter("DataType", dataType.toString()); } } public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } @Override public Class<ProfileTradeResponse> getResponseClass() { return ProfileTradeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ProfileTradeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ProfileTradeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ProfileTradeResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ProfileTradeResponse getInstance(UnmarshallerContext context) { return ProfileTradeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/PutOssFileRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class PutOssFileRequest extends RpcAcsRequest<PutOssFileResponse> { public PutOssFileRequest() { super("cloudwf", "2017-03-28", "PutOssFile", "cloudwf"); } private String jsonData; public String getJsonData() { return this.jsonData; } public void setJsonData(String jsonData) { this.jsonData = jsonData; if(jsonData != null){ putQueryParameter("JsonData", jsonData); } } @Override public Class<PutOssFileResponse> getResponseClass() { return PutOssFileResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/PutOssFileResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.PutOssFileResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class PutOssFileResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public PutOssFileResponse getInstance(UnmarshallerContext context) { return PutOssFileResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/QueryRenewPriceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; import java.util.List; /** * @author auto create * @version */ public class QueryRenewPriceRequest extends RpcAcsRequest<QueryRenewPriceResponse> { public QueryRenewPriceRequest() { super("cloudwf", "2017-03-28", "QueryRenewPrice", "cloudwf"); } private Integer timeCycleNum; private List<String> apLists; public Integer getTimeCycleNum() { return this.timeCycleNum; } public void setTimeCycleNum(Integer timeCycleNum) { this.timeCycleNum = timeCycleNum; if(timeCycleNum != null){ putQueryParameter("TimeCycleNum", timeCycleNum.toString()); } } public List<String> getApLists() { return this.apLists; } public void setApLists(List<String> apLists) { this.apLists = apLists; if (apLists != null) { for (int i = 0; i < apLists.size(); i++) { putQueryParameter("ApList." + (i + 1) , apLists.get(i)); } } } @Override public Class<QueryRenewPriceResponse> getResponseClass() { return QueryRenewPriceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/QueryRenewPriceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.QueryRenewPriceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryRenewPriceResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String code; private String data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public QueryRenewPriceResponse getInstance(UnmarshallerContext context) { return QueryRenewPriceResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReleaseInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReleaseInstanceRequest extends RpcAcsRequest<ReleaseInstanceResponse> { public ReleaseInstanceRequest() { super("cloudwf", "2017-03-28", "ReleaseInstance", "cloudwf"); } private String traceId; private String spMsg; public String getTraceId() { return this.traceId; } public void setTraceId(String traceId) { this.traceId = traceId; if(traceId != null){ putQueryParameter("TraceId", traceId); } } public String getSpMsg() { return this.spMsg; } public void setSpMsg(String spMsg) { this.spMsg = spMsg; if(spMsg != null){ putQueryParameter("SpMsg", spMsg); } } @Override public Class<ReleaseInstanceResponse> getResponseClass() { return ReleaseInstanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReleaseInstanceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReleaseInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReleaseInstanceResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String result; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getResult() { return this.result; } public void setResult(String result) { this.result = result; } @Override public ReleaseInstanceResponse getInstance(UnmarshallerContext context) { return ReleaseInstanceResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/RepairApRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class RepairApRequest extends RpcAcsRequest<RepairApResponse> { public RepairApRequest() { super("cloudwf", "2017-03-28", "RepairAp", "cloudwf"); } private Long id; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<RepairApResponse> getResponseClass() { return RepairApResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/RepairApResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.RepairApResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RepairApResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public RepairApResponse getInstance(UnmarshallerContext context) { return RepairApResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/RepairGroupApRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class RepairGroupApRequest extends RpcAcsRequest<RepairGroupApResponse> { public RepairGroupApRequest() { super("cloudwf", "2017-03-28", "RepairGroupAp", "cloudwf"); } private Long id; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<RepairGroupApResponse> getResponseClass() { return RepairGroupApResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/RepairGroupApResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.RepairGroupApResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RepairGroupApResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public RepairGroupApResponse getInstance(UnmarshallerContext context) { return RepairGroupApResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportDayRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReportDayRequest extends RpcAcsRequest<ReportDayResponse> { public ReportDayRequest() { super("cloudwf", "2017-03-28", "ReportDay", "cloudwf"); } private String beginDate; private String endDate; private Long agsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ReportDayResponse> getResponseClass() { return ReportDayResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportDayResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReportDayResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReportDayResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ReportDayResponse getInstance(UnmarshallerContext context) { return ReportDayResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportHourRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReportHourRequest extends RpcAcsRequest<ReportHourResponse> { public ReportHourRequest() { super("cloudwf", "2017-03-28", "ReportHour", "cloudwf"); } private String beginDate; private String endDate; private Long agsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ReportHourResponse> getResponseClass() { return ReportHourResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportHourResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReportHourResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReportHourResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ReportHourResponse getInstance(UnmarshallerContext context) { return ReportHourResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportMinuteRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReportMinuteRequest extends RpcAcsRequest<ReportMinuteResponse> { public ReportMinuteRequest() { super("cloudwf", "2017-03-28", "ReportMinute", "cloudwf"); } private String beginDate; private String endDate; private Long agsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ReportMinuteResponse> getResponseClass() { return ReportMinuteResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportMinuteResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReportMinuteResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReportMinuteResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ReportMinuteResponse getInstance(UnmarshallerContext context) { return ReportMinuteResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportRealtimeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReportRealtimeRequest extends RpcAcsRequest<ReportRealtimeResponse> { public ReportRealtimeRequest() { super("cloudwf", "2017-03-28", "ReportRealtime", "cloudwf"); } private Long agsid; public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ReportRealtimeResponse> getResponseClass() { return ReportRealtimeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportRealtimeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReportRealtimeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReportRealtimeResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ReportRealtimeResponse getInstance(UnmarshallerContext context) { return ReportRealtimeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportZoneDayRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReportZoneDayRequest extends RpcAcsRequest<ReportZoneDayResponse> { public ReportZoneDayRequest() { super("cloudwf", "2017-03-28", "ReportZoneDay", "cloudwf"); } private String beginDate; private String endDate; private Long agsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ReportZoneDayResponse> getResponseClass() { return ReportZoneDayResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportZoneDayResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReportZoneDayResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReportZoneDayResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ReportZoneDayResponse getInstance(UnmarshallerContext context) { return ReportZoneDayResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportZoneHourRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReportZoneHourRequest extends RpcAcsRequest<ReportZoneHourResponse> { public ReportZoneHourRequest() { super("cloudwf", "2017-03-28", "ReportZoneHour", "cloudwf"); } private String beginDate; private String endDate; private Long agsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ReportZoneHourResponse> getResponseClass() { return ReportZoneHourResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportZoneHourResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReportZoneHourResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReportZoneHourResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ReportZoneHourResponse getInstance(UnmarshallerContext context) { return ReportZoneHourResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportZoneMinuteRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReportZoneMinuteRequest extends RpcAcsRequest<ReportZoneMinuteResponse> { public ReportZoneMinuteRequest() { super("cloudwf", "2017-03-28", "ReportZoneMinute", "cloudwf"); } private String beginDate; private String endDate; private Long agsid; public String getBeginDate() { return this.beginDate; } public void setBeginDate(String beginDate) { this.beginDate = beginDate; if(beginDate != null){ putQueryParameter("BeginDate", beginDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ReportZoneMinuteResponse> getResponseClass() { return ReportZoneMinuteResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportZoneMinuteResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReportZoneMinuteResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReportZoneMinuteResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ReportZoneMinuteResponse getInstance(UnmarshallerContext context) { return ReportZoneMinuteResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportZoneRealtimeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ReportZoneRealtimeRequest extends RpcAcsRequest<ReportZoneRealtimeResponse> { public ReportZoneRealtimeRequest() { super("cloudwf", "2017-03-28", "ReportZoneRealtime", "cloudwf"); } private Long agsid; public Long getAgsid() { return this.agsid; } public void setAgsid(Long agsid) { this.agsid = agsid; if(agsid != null){ putQueryParameter("Agsid", agsid.toString()); } } @Override public Class<ReportZoneRealtimeResponse> getResponseClass() { return ReportZoneRealtimeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ReportZoneRealtimeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ReportZoneRealtimeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReportZoneRealtimeResponse extends AcsResponse { private Boolean success; private String data; private Integer errorCode; private String errorMsg; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ReportZoneRealtimeResponse getInstance(UnmarshallerContext context) { return ReportZoneRealtimeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ResetApConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ResetApConfigRequest extends RpcAcsRequest<ResetApConfigResponse> { public ResetApConfigRequest() { super("cloudwf", "2017-03-28", "ResetApConfig", "cloudwf"); } private Long id; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<ResetApConfigResponse> getResponseClass() { return ResetApConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ResetApConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ResetApConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResetApConfigResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ResetApConfigResponse getInstance(UnmarshallerContext context) { return ResetApConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ResetApRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ResetApRequest extends RpcAcsRequest<ResetApResponse> { public ResetApRequest() { super("cloudwf", "2017-03-28", "ResetAp", "cloudwf"); } private Long id; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<ResetApResponse> getResponseClass() { return ResetApResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ResetApResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ResetApResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResetApResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String data; private Integer errorCode; private String errorMsg; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } @Override public ResetApResponse getInstance(UnmarshallerContext context) { return ResetApResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwf/1.0.3/com/aliyuncs/cloudwf/model/v20170328/ResumeInstanceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwf.model.v20170328; import com.aliyuncs.RpcAcsRequest; /** * @author auto create * @version */ public class ResumeInstanceRequest extends RpcAcsRequest<ResumeInstanceResponse> { public ResumeInstanceRequest() { super("cloudwf", "2017-03-28", "ResumeInstance", "cloudwf"); } private String traceId; private String spMsg; public String getTraceId() { return this.traceId; } public void setTraceId(String traceId) { this.traceId = traceId; if(traceId != null){ putQueryParameter("TraceId", traceId); } } public String getSpMsg() { return this.spMsg; } public void setSpMsg(String spMsg) { this.spMsg = spMsg; if(spMsg != null){ putQueryParameter("SpMsg", spMsg); } } @Override public Class<ResumeInstanceResponse> getResponseClass() { return ResumeInstanceResponse.class; } }