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/GetPageConfigTemplateResponse.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.GetPageConfigTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPageConfigTemplateResponse 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 GetPageConfigTemplateResponse getInstance(UnmarshallerContext context) { return GetPageConfigTemplateResponseUnmarshaller.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/GetPagePropertiesRequest.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 GetPagePropertiesRequest extends RpcAcsRequest<GetPagePropertiesResponse> { public GetPagePropertiesRequest() { super("cloudwf", "2017-03-28", "GetPageProperties", "cloudwf"); } @Override public Class<GetPagePropertiesResponse> getResponseClass() { return GetPagePropertiesResponse.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/GetPagePropertiesResponse.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.GetPagePropertiesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPagePropertiesResponse 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 GetPagePropertiesResponse getInstance(UnmarshallerContext context) { return GetPagePropertiesResponseUnmarshaller.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/GetPortalTempDetailRequest.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 GetPortalTempDetailRequest extends RpcAcsRequest<GetPortalTempDetailResponse> { public GetPortalTempDetailRequest() { super("cloudwf", "2017-03-28", "GetPortalTempDetail", "cloudwf"); } private Long id; private String uniqueId; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getUniqueId() { return this.uniqueId; } public void setUniqueId(String uniqueId) { this.uniqueId = uniqueId; if(uniqueId != null){ putQueryParameter("UniqueId", uniqueId); } } @Override public Class<GetPortalTempDetailResponse> getResponseClass() { return GetPortalTempDetailResponse.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/GetPortalTempDetailResponse.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.GetPortalTempDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPortalTempDetailResponse 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 GetPortalTempDetailResponse getInstance(UnmarshallerContext context) { return GetPortalTempDetailResponseUnmarshaller.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/GetProbeDataSubscriberConfigRequest.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 GetProbeDataSubscriberConfigRequest extends RpcAcsRequest<GetProbeDataSubscriberConfigResponse> { public GetProbeDataSubscriberConfigRequest() { super("cloudwf", "2017-03-28", "GetProbeDataSubscriberConfig", "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<GetProbeDataSubscriberConfigResponse> getResponseClass() { return GetProbeDataSubscriberConfigResponse.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/GetProbeDataSubscriberConfigResponse.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.GetProbeDataSubscriberConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetProbeDataSubscriberConfigResponse 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 GetProbeDataSubscriberConfigResponse getInstance(UnmarshallerContext context) { return GetProbeDataSubscriberConfigResponseUnmarshaller.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/GetRadioRunHistoryTimeSerRequest.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 GetRadioRunHistoryTimeSerRequest extends RpcAcsRequest<GetRadioRunHistoryTimeSerResponse> { public GetRadioRunHistoryTimeSerRequest() { super("cloudwf", "2017-03-28", "GetRadioRunHistoryTimeSer", "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<GetRadioRunHistoryTimeSerResponse> getResponseClass() { return GetRadioRunHistoryTimeSerResponse.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/GetRadioRunHistoryTimeSerResponse.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.GetRadioRunHistoryTimeSerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetRadioRunHistoryTimeSerResponse 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 GetRadioRunHistoryTimeSerResponse getInstance(UnmarshallerContext context) { return GetRadioRunHistoryTimeSerResponseUnmarshaller.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/GetScanModeRequest.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 GetScanModeRequest extends RpcAcsRequest<GetScanModeResponse> { public GetScanModeRequest() { super("cloudwf", "2017-03-28", "GetScanMode", "cloudwf"); } private List<String> macLists; public List<String> getMacLists() { return this.macLists; } public void setMacLists(List<String> macLists) { this.macLists = macLists; if (macLists != null) { for (int i = 0; i < macLists.size(); i++) { putQueryParameter("MacList." + (i + 1) , macLists.get(i)); } } } @Override public Class<GetScanModeResponse> getResponseClass() { return GetScanModeResponse.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/GetScanModeResponse.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.GetScanModeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetScanModeResponse 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 GetScanModeResponse getInstance(UnmarshallerContext context) { return GetScanModeResponseUnmarshaller.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/GetScanProbeTimeSerRequest.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 GetScanProbeTimeSerRequest extends RpcAcsRequest<GetScanProbeTimeSerResponse> { public GetScanProbeTimeSerRequest() { super("cloudwf", "2017-03-28", "GetScanProbeTimeSer", "cloudwf"); } private Long zoomStart; private Long companyId; private Long apgroupId; private Long start; private Long zoomEnd; private Long end; public Long getZoomStart() { return this.zoomStart; } public void setZoomStart(Long zoomStart) { this.zoomStart = zoomStart; if(zoomStart != null){ putQueryParameter("ZoomStart", zoomStart.toString()); } } public Long getCompanyId() { return this.companyId; } public void setCompanyId(Long companyId) { this.companyId = companyId; if(companyId != null){ putQueryParameter("CompanyId", companyId.toString()); } } public Long getApgroupId() { return this.apgroupId; } public void setApgroupId(Long apgroupId) { this.apgroupId = apgroupId; if(apgroupId != null){ putQueryParameter("ApgroupId", apgroupId.toString()); } } public Long getStart() { return this.start; } public void setStart(Long start) { this.start = start; if(start != null){ putQueryParameter("Start", start.toString()); } } public Long getZoomEnd() { return this.zoomEnd; } public void setZoomEnd(Long zoomEnd) { this.zoomEnd = zoomEnd; if(zoomEnd != null){ putQueryParameter("ZoomEnd", zoomEnd.toString()); } } public Long getEnd() { return this.end; } public void setEnd(Long end) { this.end = end; if(end != null){ putQueryParameter("End", end.toString()); } } @Override public Class<GetScanProbeTimeSerResponse> getResponseClass() { return GetScanProbeTimeSerResponse.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/GetScanProbeTimeSerResponse.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.GetScanProbeTimeSerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetScanProbeTimeSerResponse 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 GetScanProbeTimeSerResponse getInstance(UnmarshallerContext context) { return GetScanProbeTimeSerResponseUnmarshaller.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/GetSendCommandByMacProgressRequest.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 GetSendCommandByMacProgressRequest extends RpcAcsRequest<GetSendCommandByMacProgressResponse> { public GetSendCommandByMacProgressRequest() { super("cloudwf", "2017-03-28", "GetSendCommandByMacProgress", "cloudwf"); } @Override public Class<GetSendCommandByMacProgressResponse> getResponseClass() { return GetSendCommandByMacProgressResponse.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/GetSendCommandByMacProgressResponse.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.GetSendCommandByMacProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSendCommandByMacProgressResponse 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 GetSendCommandByMacProgressResponse getInstance(UnmarshallerContext context) { return GetSendCommandByMacProgressResponseUnmarshaller.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/GetSidsAndGids4BidRequest.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 GetSidsAndGids4BidRequest extends RpcAcsRequest<GetSidsAndGids4BidResponse> { public GetSidsAndGids4BidRequest() { super("cloudwf", "2017-03-28", "GetSidsAndGids4Bid", "cloudwf"); } private Integer queryType; private Long queryId; public Integer getQueryType() { return this.queryType; } public void setQueryType(Integer queryType) { this.queryType = queryType; if(queryType != null){ putQueryParameter("QueryType", queryType.toString()); } } public Long getQueryId() { return this.queryId; } public void setQueryId(Long queryId) { this.queryId = queryId; if(queryId != null){ putQueryParameter("QueryId", queryId.toString()); } } @Override public Class<GetSidsAndGids4BidResponse> getResponseClass() { return GetSidsAndGids4BidResponse.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/GetSidsAndGids4BidResponse.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.GetSidsAndGids4BidResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSidsAndGids4BidResponse 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 GetSidsAndGids4BidResponse getInstance(UnmarshallerContext context) { return GetSidsAndGids4BidResponseUnmarshaller.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/GetStaDetailedStatusRequest.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 GetStaDetailedStatusRequest extends RpcAcsRequest<GetStaDetailedStatusResponse> { public GetStaDetailedStatusRequest() { super("cloudwf", "2017-03-28", "GetStaDetailedStatus", "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<GetStaDetailedStatusResponse> getResponseClass() { return GetStaDetailedStatusResponse.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/GetStaDetailedStatusResponse.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.GetStaDetailedStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetStaDetailedStatusResponse 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 GetStaDetailedStatusResponse getInstance(UnmarshallerContext context) { return GetStaDetailedStatusResponseUnmarshaller.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/GetStaRunHistoryTimeSerRequest.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 GetStaRunHistoryTimeSerRequest extends RpcAcsRequest<GetStaRunHistoryTimeSerResponse> { public GetStaRunHistoryTimeSerRequest() { super("cloudwf", "2017-03-28", "GetStaRunHistoryTimeSer", "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<GetStaRunHistoryTimeSerResponse> getResponseClass() { return GetStaRunHistoryTimeSerResponse.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/GetStaRunHistoryTimeSerResponse.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.GetStaRunHistoryTimeSerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetStaRunHistoryTimeSerResponse 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 GetStaRunHistoryTimeSerResponse getInstance(UnmarshallerContext context) { return GetStaRunHistoryTimeSerResponseUnmarshaller.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/GetStaTopRequest.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 GetStaTopRequest extends RpcAcsRequest<GetStaTopResponse> { public GetStaTopRequest() { super("cloudwf", "2017-03-28", "GetStaTop", "cloudwf"); } private Long apgroupId; public Long getApgroupId() { return this.apgroupId; } public void setApgroupId(Long apgroupId) { this.apgroupId = apgroupId; if(apgroupId != null){ putQueryParameter("ApgroupId", apgroupId.toString()); } } @Override public Class<GetStaTopResponse> getResponseClass() { return GetStaTopResponse.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/GetStaTopResponse.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.GetStaTopResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetStaTopResponse 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 GetStaTopResponse getInstance(UnmarshallerContext context) { return GetStaTopResponseUnmarshaller.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/GetSubAccountPermissionRequest.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 GetSubAccountPermissionRequest extends RpcAcsRequest<GetSubAccountPermissionResponse> { public GetSubAccountPermissionRequest() { super("cloudwf", "2017-03-28", "GetSubAccountPermission", "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<GetSubAccountPermissionResponse> getResponseClass() { return GetSubAccountPermissionResponse.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/GetSubAccountPermissionResponse.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.GetSubAccountPermissionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSubAccountPermissionResponse 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 GetSubAccountPermissionResponse getInstance(UnmarshallerContext context) { return GetSubAccountPermissionResponseUnmarshaller.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/GetSubAccountStatusRequest.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 GetSubAccountStatusRequest extends RpcAcsRequest<GetSubAccountStatusResponse> { public GetSubAccountStatusRequest() { super("cloudwf", "2017-03-28", "GetSubAccountStatus", "cloudwf"); } @Override public Class<GetSubAccountStatusResponse> getResponseClass() { return GetSubAccountStatusResponse.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/GetSubAccountStatusResponse.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.GetSubAccountStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSubAccountStatusResponse 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 GetSubAccountStatusResponse getInstance(UnmarshallerContext context) { return GetSubAccountStatusResponseUnmarshaller.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/GetUmengPagePermission4RootRequest.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 GetUmengPagePermission4RootRequest extends RpcAcsRequest<GetUmengPagePermission4RootResponse> { public GetUmengPagePermission4RootRequest() { super("cloudwf", "2017-03-28", "GetUmengPagePermission4Root", "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<GetUmengPagePermission4RootResponse> getResponseClass() { return GetUmengPagePermission4RootResponse.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/GetUmengPagePermission4RootResponse.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.GetUmengPagePermission4RootResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUmengPagePermission4RootResponse 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 GetUmengPagePermission4RootResponse getInstance(UnmarshallerContext context) { return GetUmengPagePermission4RootResponseUnmarshaller.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/GetUpgradeAPGroupProgressRequest.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 GetUpgradeAPGroupProgressRequest extends RpcAcsRequest<GetUpgradeAPGroupProgressResponse> { public GetUpgradeAPGroupProgressRequest() { super("cloudwf", "2017-03-28", "GetUpgradeAPGroupProgress", "cloudwf"); } @Override public Class<GetUpgradeAPGroupProgressResponse> getResponseClass() { return GetUpgradeAPGroupProgressResponse.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/GetUpgradeAPGroupProgressResponse.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.GetUpgradeAPGroupProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUpgradeAPGroupProgressResponse 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 GetUpgradeAPGroupProgressResponse getInstance(UnmarshallerContext context) { return GetUpgradeAPGroupProgressResponseUnmarshaller.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/GetUpgradeAPProgressRequest.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 GetUpgradeAPProgressRequest extends RpcAcsRequest<GetUpgradeAPProgressResponse> { public GetUpgradeAPProgressRequest() { super("cloudwf", "2017-03-28", "GetUpgradeAPProgress", "cloudwf"); } @Override public Class<GetUpgradeAPProgressResponse> getResponseClass() { return GetUpgradeAPProgressResponse.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/GetUpgradeAPProgressResponse.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.GetUpgradeAPProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUpgradeAPProgressResponse 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 GetUpgradeAPProgressResponse getInstance(UnmarshallerContext context) { return GetUpgradeAPProgressResponseUnmarshaller.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/GetUpgradeImgRequest.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 GetUpgradeImgRequest extends RpcAcsRequest<GetUpgradeImgResponse> { public GetUpgradeImgRequest() { super("cloudwf", "2017-03-28", "GetUpgradeImg", "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<GetUpgradeImgResponse> getResponseClass() { return GetUpgradeImgResponse.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/GetUpgradeImgResponse.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.GetUpgradeImgResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUpgradeImgResponse 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 GetUpgradeImgResponse getInstance(UnmarshallerContext context) { return GetUpgradeImgResponseUnmarshaller.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/GetUserUmengPagePermissionRequest.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 GetUserUmengPagePermissionRequest extends RpcAcsRequest<GetUserUmengPagePermissionResponse> { public GetUserUmengPagePermissionRequest() { super("cloudwf", "2017-03-28", "GetUserUmengPagePermission", "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<GetUserUmengPagePermissionResponse> getResponseClass() { return GetUserUmengPagePermissionResponse.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/GetUserUmengPagePermissionResponse.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.GetUserUmengPagePermissionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUserUmengPagePermissionResponse 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 GetUserUmengPagePermissionResponse getInstance(UnmarshallerContext context) { return GetUserUmengPagePermissionResponseUnmarshaller.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/GroupDetailsRequest.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 GroupDetailsRequest extends RpcAcsRequest<GroupDetailsResponse> { public GroupDetailsRequest() { super("cloudwf", "2017-03-28", "GroupDetails", "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<GroupDetailsResponse> getResponseClass() { return GroupDetailsResponse.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/GroupDetailsResponse.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.GroupDetailsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GroupDetailsResponse 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 GroupDetailsResponse getInstance(UnmarshallerContext context) { return GroupDetailsResponseUnmarshaller.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/GroupIntimeRequest.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 GroupIntimeRequest extends RpcAcsRequest<GroupIntimeResponse> { public GroupIntimeRequest() { super("cloudwf", "2017-03-28", "GroupIntime", "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<GroupIntimeResponse> getResponseClass() { return GroupIntimeResponse.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/GroupIntimeResponse.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.GroupIntimeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GroupIntimeResponse 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 GroupIntimeResponse getInstance(UnmarshallerContext context) { return GroupIntimeResponseUnmarshaller.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/GroupOverviewRequest.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 GroupOverviewRequest extends RpcAcsRequest<GroupOverviewResponse> { public GroupOverviewRequest() { super("cloudwf", "2017-03-28", "GroupOverview", "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<GroupOverviewResponse> getResponseClass() { return GroupOverviewResponse.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/GroupOverviewResponse.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.GroupOverviewResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GroupOverviewResponse 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 GroupOverviewResponse getInstance(UnmarshallerContext context) { return GroupOverviewResponseUnmarshaller.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/GroupTrendRequest.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 GroupTrendRequest extends RpcAcsRequest<GroupTrendResponse> { public GroupTrendRequest() { super("cloudwf", "2017-03-28", "GroupTrend", "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<GroupTrendResponse> getResponseClass() { return GroupTrendResponse.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/GroupTrendResponse.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.GroupTrendResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GroupTrendResponse 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 GroupTrendResponse getInstance(UnmarshallerContext context) { return GroupTrendResponseUnmarshaller.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/HeadquartersOverviewRequest.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 HeadquartersOverviewRequest extends RpcAcsRequest<HeadquartersOverviewResponse> { public HeadquartersOverviewRequest() { super("cloudwf", "2017-03-28", "HeadquartersOverview", "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<HeadquartersOverviewResponse> getResponseClass() { return HeadquartersOverviewResponse.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/HeadquartersOverviewResponse.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.HeadquartersOverviewResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class HeadquartersOverviewResponse 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 HeadquartersOverviewResponse getInstance(UnmarshallerContext context) { return HeadquartersOverviewResponseUnmarshaller.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/HeadquartersRankingRequest.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 HeadquartersRankingRequest extends RpcAcsRequest<HeadquartersRankingResponse> { public HeadquartersRankingRequest() { super("cloudwf", "2017-03-28", "HeadquartersRanking", "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<HeadquartersRankingResponse> getResponseClass() { return HeadquartersRankingResponse.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/HeadquartersRankingResponse.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.HeadquartersRankingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class HeadquartersRankingResponse 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 HeadquartersRankingResponse getInstance(UnmarshallerContext context) { return HeadquartersRankingResponseUnmarshaller.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/HeadquartersToolsCoincideRequest.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 HeadquartersToolsCoincideRequest extends RpcAcsRequest<HeadquartersToolsCoincideResponse> { public HeadquartersToolsCoincideRequest() { super("cloudwf", "2017-03-28", "HeadquartersToolsCoincide", "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<HeadquartersToolsCoincideResponse> getResponseClass() { return HeadquartersToolsCoincideResponse.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/HeadquartersToolsCoincideResponse.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.HeadquartersToolsCoincideResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class HeadquartersToolsCoincideResponse 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 HeadquartersToolsCoincideResponse getInstance(UnmarshallerContext context) { return HeadquartersToolsCoincideResponseUnmarshaller.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/HeadquartersToolsContrastRequest.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 HeadquartersToolsContrastRequest extends RpcAcsRequest<HeadquartersToolsContrastResponse> { public HeadquartersToolsContrastRequest() { super("cloudwf", "2017-03-28", "HeadquartersToolsContrast", "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<HeadquartersToolsContrastResponse> getResponseClass() { return HeadquartersToolsContrastResponse.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/HeadquartersToolsContrastResponse.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.HeadquartersToolsContrastResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class HeadquartersToolsContrastResponse 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 HeadquartersToolsContrastResponse getInstance(UnmarshallerContext context) { return HeadquartersToolsContrastResponseUnmarshaller.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/HeadquartersToolsO2ORequest.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 HeadquartersToolsO2ORequest extends RpcAcsRequest<HeadquartersToolsO2OResponse> { public HeadquartersToolsO2ORequest() { super("cloudwf", "2017-03-28", "HeadquartersToolsO2O", "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<HeadquartersToolsO2OResponse> getResponseClass() { return HeadquartersToolsO2OResponse.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/HeadquartersToolsO2OResponse.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.HeadquartersToolsO2OResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class HeadquartersToolsO2OResponse 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 HeadquartersToolsO2OResponse getInstance(UnmarshallerContext context) { return HeadquartersToolsO2OResponseUnmarshaller.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/HeadquartersTrendRequest.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 HeadquartersTrendRequest extends RpcAcsRequest<HeadquartersTrendResponse> { public HeadquartersTrendRequest() { super("cloudwf", "2017-03-28", "HeadquartersTrend", "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<HeadquartersTrendResponse> getResponseClass() { return HeadquartersTrendResponse.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/HeadquartersTrendResponse.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.HeadquartersTrendResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class HeadquartersTrendResponse 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 HeadquartersTrendResponse getInstance(UnmarshallerContext context) { return HeadquartersTrendResponseUnmarshaller.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/InnerCheckOrderRequest.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 InnerCheckOrderRequest extends RpcAcsRequest<InnerCheckOrderResponse> { public InnerCheckOrderRequest() { super("cloudwf", "2017-03-28", "InnerCheckOrder", "cloudwf"); } private String data; public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putQueryParameter("data", data); } } @Override public Class<InnerCheckOrderResponse> getResponseClass() { return InnerCheckOrderResponse.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/InnerCheckOrderResponse.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.InnerCheckOrderResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InnerCheckOrderResponse 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 InnerCheckOrderResponse getInstance(UnmarshallerContext context) { return InnerCheckOrderResponseUnmarshaller.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/InnerProduceCloudWFRequest.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 InnerProduceCloudWFRequest extends RpcAcsRequest<InnerProduceCloudWFResponse> { public InnerProduceCloudWFRequest() { super("cloudwf", "2017-03-28", "InnerProduceCloudWF", "cloudwf"); } private String data; public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putQueryParameter("data", data); } } @Override public Class<InnerProduceCloudWFResponse> getResponseClass() { return InnerProduceCloudWFResponse.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/InnerProduceCloudWFResponse.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.InnerProduceCloudWFResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InnerProduceCloudWFResponse extends AcsResponse { private String requestId; private Boolean success; private String message; 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 getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public InnerProduceCloudWFResponse getInstance(UnmarshallerContext context) { return InnerProduceCloudWFResponseUnmarshaller.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/InnerRefundRequest.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 InnerRefundRequest extends RpcAcsRequest<InnerRefundResponse> { public InnerRefundRequest() { super("cloudwf", "2017-03-28", "InnerRefund", "cloudwf"); } private String data; public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putQueryParameter("data", data); } } @Override public Class<InnerRefundResponse> getResponseClass() { return InnerRefundResponse.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/InnerRefundResponse.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.InnerRefundResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InnerRefundResponse extends AcsResponse { private String requestId; private Boolean success; private String message; 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 getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public InnerRefundResponse getInstance(UnmarshallerContext context) { return InnerRefundResponseUnmarshaller.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/KickAndClearPMKcacheRequest.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 KickAndClearPMKcacheRequest extends RpcAcsRequest<KickAndClearPMKcacheResponse> { public KickAndClearPMKcacheRequest() { super("cloudwf", "2017-03-28", "KickAndClearPMKcache", "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<KickAndClearPMKcacheResponse> getResponseClass() { return KickAndClearPMKcacheResponse.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/KickAndClearPMKcacheResponse.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.KickAndClearPMKcacheResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class KickAndClearPMKcacheResponse 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 KickAndClearPMKcacheResponse getInstance(UnmarshallerContext context) { return KickAndClearPMKcacheResponseUnmarshaller.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/KickStaRequest.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 KickStaRequest extends RpcAcsRequest<KickStaResponse> { public KickStaRequest() { super("cloudwf", "2017-03-28", "KickSta", "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<KickStaResponse> getResponseClass() { return KickStaResponse.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/KickStaResponse.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.KickStaResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class KickStaResponse 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 KickStaResponse getInstance(UnmarshallerContext context) { return KickStaResponseUnmarshaller.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/ListAccountConfigRequest.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 ListAccountConfigRequest extends RpcAcsRequest<ListAccountConfigResponse> { public ListAccountConfigRequest() { super("cloudwf", "2017-03-28", "ListAccountConfig", "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<ListAccountConfigResponse> getResponseClass() { return ListAccountConfigResponse.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/ListAccountConfigResponse.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.ListAccountConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListAccountConfigResponse 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 ListAccountConfigResponse getInstance(UnmarshallerContext context) { return ListAccountConfigResponseUnmarshaller.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/ListApAssetCanBeAddedRequest.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 ListApAssetCanBeAddedRequest extends RpcAcsRequest<ListApAssetCanBeAddedResponse> { public ListApAssetCanBeAddedRequest() { super("cloudwf", "2017-03-28", "ListApAssetCanBeAdded", "cloudwf"); } private String searchName; private Long apgroupId; private Integer length; private Integer pageIndex; private String searchMac; private String searchModel; 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 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 getSearchModel() { return this.searchModel; } public void setSearchModel(String searchModel) { this.searchModel = searchModel; if(searchModel != null){ putQueryParameter("SearchModel", searchModel); } } @Override public Class<ListApAssetCanBeAddedResponse> getResponseClass() { return ListApAssetCanBeAddedResponse.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/ListApAssetCanBeAddedResponse.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.ListApAssetCanBeAddedResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApAssetCanBeAddedResponse 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 ListApAssetCanBeAddedResponse getInstance(UnmarshallerContext context) { return ListApAssetCanBeAddedResponseUnmarshaller.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/ListApAssetRequest.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 ListApAssetRequest extends RpcAcsRequest<ListApAssetResponse> { public ListApAssetRequest() { super("cloudwf", "2017-03-28", "ListApAsset", "cloudwf"); } private String orderCol; private String searchName; private String searchSerialNo; private Integer length; private Integer pageIndex; private String searchMac; private String orderDir; private String searchModel; 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 String getSearchSerialNo() { return this.searchSerialNo; } public void setSearchSerialNo(String searchSerialNo) { this.searchSerialNo = searchSerialNo; if(searchSerialNo != null){ putQueryParameter("SearchSerialNo", searchSerialNo); } } 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); } } public String getSearchModel() { return this.searchModel; } public void setSearchModel(String searchModel) { this.searchModel = searchModel; if(searchModel != null){ putQueryParameter("SearchModel", searchModel); } } @Override public Class<ListApAssetResponse> getResponseClass() { return ListApAssetResponse.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/ListApAssetResponse.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.ListApAssetResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApAssetResponse 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 ListApAssetResponse getInstance(UnmarshallerContext context) { return ListApAssetResponseUnmarshaller.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/ListApDetailInfoRequest.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 ListApDetailInfoRequest extends RpcAcsRequest<ListApDetailInfoResponse> { public ListApDetailInfoRequest() { super("cloudwf", "2017-03-28", "ListApDetailInfo", "cloudwf"); } private Long apAssetId; public Long getApAssetId() { return this.apAssetId; } public void setApAssetId(Long apAssetId) { this.apAssetId = apAssetId; if(apAssetId != null){ putQueryParameter("ApAssetId", apAssetId.toString()); } } @Override public Class<ListApDetailInfoResponse> getResponseClass() { return ListApDetailInfoResponse.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/ListApDetailInfoResponse.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.ListApDetailInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApDetailInfoResponse 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 ListApDetailInfoResponse getInstance(UnmarshallerContext context) { return ListApDetailInfoResponseUnmarshaller.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/ListApPositionMapRequest.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 ListApPositionMapRequest extends RpcAcsRequest<ListApPositionMapResponse> { public ListApPositionMapRequest() { super("cloudwf", "2017-03-28", "ListApPositionMap", "cloudwf"); } private String orderCol; private String searchName; private Integer totalItem; private Integer length; private Integer mapType; private Integer pageIndex; private String searchApgroupName; 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 Integer getTotalItem() { return this.totalItem; } public void setTotalItem(Integer totalItem) { this.totalItem = totalItem; if(totalItem != null){ putQueryParameter("TotalItem", totalItem.toString()); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public Integer getMapType() { return this.mapType; } public void setMapType(Integer mapType) { this.mapType = mapType; if(mapType != null){ putQueryParameter("MapType", mapType.toString()); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } public String getSearchApgroupName() { return this.searchApgroupName; } public void setSearchApgroupName(String searchApgroupName) { this.searchApgroupName = searchApgroupName; if(searchApgroupName != null){ putQueryParameter("SearchApgroupName", searchApgroupName); } } public String getOrderDir() { return this.orderDir; } public void setOrderDir(String orderDir) { this.orderDir = orderDir; if(orderDir != null){ putQueryParameter("OrderDir", orderDir); } } @Override public Class<ListApPositionMapResponse> getResponseClass() { return ListApPositionMapResponse.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/ListApPositionMapResponse.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.ListApPositionMapResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApPositionMapResponse 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 ListApPositionMapResponse getInstance(UnmarshallerContext context) { return ListApPositionMapResponseUnmarshaller.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/ListApPositionRequest.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 ListApPositionRequest extends RpcAcsRequest<ListApPositionResponse> { public ListApPositionRequest() { super("cloudwf", "2017-03-28", "ListApPosition", "cloudwf"); } private Long mapId; public Long getMapId() { return this.mapId; } public void setMapId(Long mapId) { this.mapId = mapId; if(mapId != null){ putQueryParameter("MapId", mapId.toString()); } } @Override public Class<ListApPositionResponse> getResponseClass() { return ListApPositionResponse.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/ListApPositionResponse.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.ListApPositionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApPositionResponse 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 ListApPositionResponse getInstance(UnmarshallerContext context) { return ListApPositionResponseUnmarshaller.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/ListApPositionStatusRequest.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 ListApPositionStatusRequest extends RpcAcsRequest<ListApPositionStatusResponse> { public ListApPositionStatusRequest() { super("cloudwf", "2017-03-28", "ListApPositionStatus", "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<ListApPositionStatusResponse> getResponseClass() { return ListApPositionStatusResponse.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/ListApPositionStatusResponse.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.ListApPositionStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApPositionStatusResponse 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 ListApPositionStatusResponse getInstance(UnmarshallerContext context) { return ListApPositionStatusResponseUnmarshaller.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/ListApRadioStatusRequest.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 ListApRadioStatusRequest extends RpcAcsRequest<ListApRadioStatusResponse> { public ListApRadioStatusRequest() { super("cloudwf", "2017-03-28", "ListApRadioStatus", "cloudwf"); } private Integer searchDisabled; private String orderCol; private String searchName; private Integer searchChannelEquals; private Integer length; private String searchMac; private String searchApgroupName; private Integer pageIndex; private String orderDir; private Integer searchApStatus; public Integer getSearchDisabled() { return this.searchDisabled; } public void setSearchDisabled(Integer searchDisabled) { this.searchDisabled = searchDisabled; if(searchDisabled != null){ putQueryParameter("SearchDisabled", searchDisabled.toString()); } } 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 Integer getSearchChannelEquals() { return this.searchChannelEquals; } public void setSearchChannelEquals(Integer searchChannelEquals) { this.searchChannelEquals = searchChannelEquals; if(searchChannelEquals != null){ putQueryParameter("SearchChannelEquals", searchChannelEquals.toString()); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public String getSearchMac() { return this.searchMac; } public void setSearchMac(String searchMac) { this.searchMac = searchMac; if(searchMac != null){ putQueryParameter("SearchMac", searchMac); } } public String getSearchApgroupName() { return this.searchApgroupName; } public void setSearchApgroupName(String searchApgroupName) { this.searchApgroupName = searchApgroupName; if(searchApgroupName != null){ putQueryParameter("SearchApgroupName", searchApgroupName); } } 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 Integer getSearchApStatus() { return this.searchApStatus; } public void setSearchApStatus(Integer searchApStatus) { this.searchApStatus = searchApStatus; if(searchApStatus != null){ putQueryParameter("SearchApStatus", searchApStatus.toString()); } } @Override public Class<ListApRadioStatusResponse> getResponseClass() { return ListApRadioStatusResponse.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/ListApRadioStatusResponse.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.ListApRadioStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApRadioStatusResponse 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 ListApRadioStatusResponse getInstance(UnmarshallerContext context) { return ListApRadioStatusResponseUnmarshaller.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/ListApStaStatusRequest.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 ListApStaStatusRequest extends RpcAcsRequest<ListApStaStatusResponse> { public ListApStaStatusRequest() { super("cloudwf", "2017-03-28", "ListApStaStatus", "cloudwf"); } private String orderCol; private String searchProtocal; private String searchSsid; private String searchIp; private Integer length; private String searchUsername; private String searchMac; 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 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 getSearchIp() { return this.searchIp; } public void setSearchIp(String searchIp) { this.searchIp = searchIp; if(searchIp != null){ putQueryParameter("SearchIp", searchIp); } } 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 getSearchMac() { return this.searchMac; } public void setSearchMac(String searchMac) { this.searchMac = searchMac; if(searchMac != null){ putQueryParameter("SearchMac", searchMac); } } 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<ListApStaStatusResponse> getResponseClass() { return ListApStaStatusResponse.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/ListApStaStatusResponse.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.ListApStaStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApStaStatusResponse 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 ListApStaStatusResponse getInstance(UnmarshallerContext context) { return ListApStaStatusResponseUnmarshaller.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/ListApStatusRequest.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 ListApStatusRequest extends RpcAcsRequest<ListApStatusResponse> { public ListApStatusRequest() { super("cloudwf", "2017-03-28", "ListApStatus", "cloudwf"); } private String orderCol; private String searchName; private String searchGroupName; private Integer searchStatus; private String searchWanIp; private String searchApModelName; private Integer length; private String orderDir; private Integer searchBssEquals; private Long searchSwVersion; private String searchCompanyName; private String searchMac; private Integer pageIndex; 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 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 String getSearchWanIp() { return this.searchWanIp; } public void setSearchWanIp(String searchWanIp) { this.searchWanIp = searchWanIp; if(searchWanIp != null){ putQueryParameter("SearchWanIp", searchWanIp); } } public String getSearchApModelName() { return this.searchApModelName; } public void setSearchApModelName(String searchApModelName) { this.searchApModelName = searchApModelName; if(searchApModelName != null){ putQueryParameter("SearchApModelName", searchApModelName); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public String getOrderDir() { return this.orderDir; } public void setOrderDir(String orderDir) { this.orderDir = orderDir; if(orderDir != null){ putQueryParameter("OrderDir", orderDir); } } public Integer getSearchBssEquals() { return this.searchBssEquals; } public void setSearchBssEquals(Integer searchBssEquals) { this.searchBssEquals = searchBssEquals; if(searchBssEquals != null){ putQueryParameter("SearchBssEquals", searchBssEquals.toString()); } } public Long getSearchSwVersion() { return this.searchSwVersion; } public void setSearchSwVersion(Long searchSwVersion) { this.searchSwVersion = searchSwVersion; if(searchSwVersion != null){ putQueryParameter("SearchSwVersion", searchSwVersion.toString()); } } public String getSearchCompanyName() { return this.searchCompanyName; } public void setSearchCompanyName(String searchCompanyName) { this.searchCompanyName = searchCompanyName; if(searchCompanyName != null){ putQueryParameter("SearchCompanyName", searchCompanyName); } } public String getSearchMac() { return this.searchMac; } public void setSearchMac(String searchMac) { this.searchMac = searchMac; if(searchMac != null){ putQueryParameter("SearchMac", searchMac); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } @Override public Class<ListApStatusResponse> getResponseClass() { return ListApStatusResponse.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/ListApStatusResponse.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.ListApStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApStatusResponse 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 ListApStatusResponse getInstance(UnmarshallerContext context) { return ListApStatusResponseUnmarshaller.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/ListApUpgradeRequest.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 ListApUpgradeRequest extends RpcAcsRequest<ListApUpgradeResponse> { public ListApUpgradeRequest() { super("cloudwf", "2017-03-28", "ListApUpgrade", "cloudwf"); } private String orderCol; private String searchName; private String searchApModelName; private Integer length; private String searchMac; 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 getSearchName() { return this.searchName; } public void setSearchName(String searchName) { this.searchName = searchName; if(searchName != null){ putQueryParameter("SearchName", searchName); } } public String getSearchApModelName() { return this.searchApModelName; } public void setSearchApModelName(String searchApModelName) { this.searchApModelName = searchApModelName; if(searchApModelName != null){ putQueryParameter("SearchApModelName", searchApModelName); } } public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public String getSearchMac() { return this.searchMac; } public void setSearchMac(String searchMac) { this.searchMac = searchMac; if(searchMac != null){ putQueryParameter("SearchMac", searchMac); } } 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<ListApUpgradeResponse> getResponseClass() { return ListApUpgradeResponse.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/ListApUpgradeResponse.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.ListApUpgradeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApUpgradeResponse 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 ListApUpgradeResponse getInstance(UnmarshallerContext context) { return ListApUpgradeResponseUnmarshaller.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/ListApgroupConfigRequest.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 ListApgroupConfigRequest extends RpcAcsRequest<ListApgroupConfigResponse> { public ListApgroupConfigRequest() { super("cloudwf", "2017-03-28", "ListApgroupConfig", "cloudwf"); } private String orderCol; private String searchName; private String searchCompany; private Integer length; 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 getSearchName() { return this.searchName; } public void setSearchName(String searchName) { this.searchName = searchName; if(searchName != null){ putQueryParameter("SearchName", searchName); } } public String getSearchCompany() { return this.searchCompany; } public void setSearchCompany(String searchCompany) { this.searchCompany = searchCompany; if(searchCompany != null){ putQueryParameter("SearchCompany", searchCompany); } } 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); } } @Override public Class<ListApgroupConfigResponse> getResponseClass() { return ListApgroupConfigResponse.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/ListApgroupConfigResponse.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.ListApgroupConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListApgroupConfigResponse 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 ListApgroupConfigResponse getInstance(UnmarshallerContext context) { return ListApgroupConfigResponseUnmarshaller.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/ListBriefApConfigRequest.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 ListBriefApConfigRequest extends RpcAcsRequest<ListBriefApConfigResponse> { public ListBriefApConfigRequest() { super("cloudwf", "2017-03-28", "ListBriefApConfig", "cloudwf"); } private Integer searchScan; private String orderCol; private String searchName; private Integer length; private String searchMac; private Integer pageIndex; private String orderDir; private String searchModel; public Integer getSearchScan() { return this.searchScan; } public void setSearchScan(Integer searchScan) { this.searchScan = searchScan; if(searchScan != null){ putQueryParameter("SearchScan", searchScan.toString()); } } 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 Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public String getSearchMac() { return this.searchMac; } public void setSearchMac(String searchMac) { this.searchMac = searchMac; if(searchMac != null){ putQueryParameter("SearchMac", searchMac); } } 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 getSearchModel() { return this.searchModel; } public void setSearchModel(String searchModel) { this.searchModel = searchModel; if(searchModel != null){ putQueryParameter("SearchModel", searchModel); } } @Override public Class<ListBriefApConfigResponse> getResponseClass() { return ListBriefApConfigResponse.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/ListBriefApConfigResponse.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.ListBriefApConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListBriefApConfigResponse 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 ListBriefApConfigResponse getInstance(UnmarshallerContext context) { return ListBriefApConfigResponseUnmarshaller.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/ListBriefConfigByActionRequest.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 ListBriefConfigByActionRequest extends RpcAcsRequest<ListBriefConfigByActionResponse> { public ListBriefConfigByActionRequest() { super("cloudwf", "2017-03-28", "ListBriefConfigByAction", "cloudwf"); } private Long ancestorApgroupId; private Integer limit; private String fuzzySearch; public Long getAncestorApgroupId() { return this.ancestorApgroupId; } public void setAncestorApgroupId(Long ancestorApgroupId) { this.ancestorApgroupId = ancestorApgroupId; if(ancestorApgroupId != null){ putQueryParameter("AncestorApgroupId", ancestorApgroupId.toString()); } } public Integer getLimit() { return this.limit; } public void setLimit(Integer limit) { this.limit = limit; if(limit != null){ putQueryParameter("Limit", limit.toString()); } } public String getFuzzySearch() { return this.fuzzySearch; } public void setFuzzySearch(String fuzzySearch) { this.fuzzySearch = fuzzySearch; if(fuzzySearch != null){ putQueryParameter("FuzzySearch", fuzzySearch); } } @Override public Class<ListBriefConfigByActionResponse> getResponseClass() { return ListBriefConfigByActionResponse.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/ListBriefConfigByActionResponse.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.ListBriefConfigByActionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListBriefConfigByActionResponse 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 ListBriefConfigByActionResponse getInstance(UnmarshallerContext context) { return ListBriefConfigByActionResponseUnmarshaller.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/ListBusinessDetailsRequest.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 ListBusinessDetailsRequest extends RpcAcsRequest<ListBusinessDetailsResponse> { public ListBusinessDetailsRequest() { super("cloudwf", "2017-03-28", "ListBusinessDetails", "cloudwf"); } private String orderCol; private String searchName; private Integer length; 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 getSearchName() { return this.searchName; } public void setSearchName(String searchName) { this.searchName = searchName; if(searchName != null){ putQueryParameter("SearchName", searchName); } } 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); } } @Override public Class<ListBusinessDetailsResponse> getResponseClass() { return ListBusinessDetailsResponse.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/ListBusinessDetailsResponse.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.ListBusinessDetailsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListBusinessDetailsResponse 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 ListBusinessDetailsResponse getInstance(UnmarshallerContext context) { return ListBusinessDetailsResponseUnmarshaller.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/ListBusinessesRequest.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 ListBusinessesRequest extends RpcAcsRequest<ListBusinessesResponse> { public ListBusinessesRequest() { super("cloudwf", "2017-03-28", "ListBusinesses", "cloudwf"); } @Override public Class<ListBusinessesResponse> getResponseClass() { return ListBusinessesResponse.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/ListBusinessesResponse.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 java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwf.transform.v20170328.ListBusinessesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListBusinessesResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private Integer errorCode; private List<BusinessInfo> 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<BusinessInfo> getData() { return this.data; } public void setData(List<BusinessInfo> data) { this.data = data; } public static class BusinessInfo { private String text; private String value; public String getText() { return this.text; } public void setText(String text) { this.text = text; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } @Override public ListBusinessesResponse getInstance(UnmarshallerContext context) { return ListBusinessesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
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/ListConfigByActionRequest.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 ListConfigByActionRequest extends RpcAcsRequest<ListConfigByActionResponse> { public ListConfigByActionRequest() { super("cloudwf", "2017-03-28", "ListConfigByAction", "cloudwf"); } private String searchName; private Integer limit; private String actionName; public String getSearchName() { return this.searchName; } public void setSearchName(String searchName) { this.searchName = searchName; if(searchName != null){ putQueryParameter("SearchName", searchName); } } public Integer getLimit() { return this.limit; } public void setLimit(Integer limit) { this.limit = limit; if(limit != null){ putQueryParameter("Limit", limit.toString()); } } public String getBizActionName() { return this.actionName; } public void setBizActionName(String actionName) { this.actionName = actionName; if(actionName != null){ putQueryParameter("ActionName", actionName); } } /** * @deprecated use getBizActionName instead of this. */ @Deprecated public String getActionName() { return this.actionName; } /** * @deprecated use setBizActionName instead of this. */ @Deprecated public void setActionName(String actionName) { this.actionName = actionName; if(actionName != null){ putQueryParameter("ActionName", actionName); } } @Override public Class<ListConfigByActionResponse> getResponseClass() { return ListConfigByActionResponse.class; } }