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/DelPageConfigTemplateResponse.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.DelPageConfigTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DelPageConfigTemplateResponse 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 DelPageConfigTemplateResponse getInstance(UnmarshallerContext context) { return DelPageConfigTemplateResponseUnmarshaller.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/DelPortalTempRequest.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 DelPortalTempRequest extends RpcAcsRequest<DelPortalTempResponse> { public DelPortalTempRequest() { super("cloudwf", "2017-03-28", "DelPortalTemp", "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<DelPortalTempResponse> getResponseClass() { return DelPortalTempResponse.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/DelPortalTempResponse.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.DelPortalTempResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DelPortalTempResponse 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 DelPortalTempResponse getInstance(UnmarshallerContext context) { return DelPortalTempResponseUnmarshaller.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/DelSubAccountPermissionRequest.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 DelSubAccountPermissionRequest extends RpcAcsRequest<DelSubAccountPermissionResponse> { public DelSubAccountPermissionRequest() { super("cloudwf", "2017-03-28", "DelSubAccountPermission", "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<DelSubAccountPermissionResponse> getResponseClass() { return DelSubAccountPermissionResponse.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/DelSubAccountPermissionResponse.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.DelSubAccountPermissionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DelSubAccountPermissionResponse 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 DelSubAccountPermissionResponse getInstance(UnmarshallerContext context) { return DelSubAccountPermissionResponseUnmarshaller.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/DelUmengPagePermission4RootRequest.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 DelUmengPagePermission4RootRequest extends RpcAcsRequest<DelUmengPagePermission4RootResponse> { public DelUmengPagePermission4RootRequest() { super("cloudwf", "2017-03-28", "DelUmengPagePermission4Root", "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<DelUmengPagePermission4RootResponse> getResponseClass() { return DelUmengPagePermission4RootResponse.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/DelUmengPagePermission4RootResponse.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.DelUmengPagePermission4RootResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DelUmengPagePermission4RootResponse 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 DelUmengPagePermission4RootResponse getInstance(UnmarshallerContext context) { return DelUmengPagePermission4RootResponseUnmarshaller.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/DeleteApRadioSsidConfigRequest.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 DeleteApRadioSsidConfigRequest extends RpcAcsRequest<DeleteApRadioSsidConfigResponse> { public DeleteApRadioSsidConfigRequest() { super("cloudwf", "2017-03-28", "DeleteApRadioSsidConfig", "cloudwf"); } private Integer instantlyEffective; private Long id; public Integer getInstantlyEffective() { return this.instantlyEffective; } public void setInstantlyEffective(Integer instantlyEffective) { this.instantlyEffective = instantlyEffective; if(instantlyEffective != null){ putQueryParameter("InstantlyEffective", instantlyEffective.toString()); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<DeleteApRadioSsidConfigResponse> getResponseClass() { return DeleteApRadioSsidConfigResponse.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/DeleteApRadioSsidConfigResponse.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.DeleteApRadioSsidConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteApRadioSsidConfigResponse 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 DeleteApRadioSsidConfigResponse getInstance(UnmarshallerContext context) { return DeleteApRadioSsidConfigResponseUnmarshaller.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/DeleteApgroupConfigRequest.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 DeleteApgroupConfigRequest extends RpcAcsRequest<DeleteApgroupConfigResponse> { public DeleteApgroupConfigRequest() { super("cloudwf", "2017-03-28", "DeleteApgroupConfig", "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<DeleteApgroupConfigResponse> getResponseClass() { return DeleteApgroupConfigResponse.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/DeleteApgroupConfigResponse.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.DeleteApgroupConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteApgroupConfigResponse 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 DeleteApgroupConfigResponse getInstance(UnmarshallerContext context) { return DeleteApgroupConfigResponseUnmarshaller.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/DeleteApgroupSsidConfigRequest.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 DeleteApgroupSsidConfigRequest extends RpcAcsRequest<DeleteApgroupSsidConfigResponse> { public DeleteApgroupSsidConfigRequest() { super("cloudwf", "2017-03-28", "DeleteApgroupSsidConfig", "cloudwf"); } private Long apgroupId; private Long id; public Long getApgroupId() { return this.apgroupId; } public void setApgroupId(Long apgroupId) { this.apgroupId = apgroupId; if(apgroupId != null){ putQueryParameter("ApgroupId", apgroupId.toString()); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<DeleteApgroupSsidConfigResponse> getResponseClass() { return DeleteApgroupSsidConfigResponse.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/DeleteApgroupSsidConfigResponse.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.DeleteApgroupSsidConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteApgroupSsidConfigResponse 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 DeleteApgroupSsidConfigResponse getInstance(UnmarshallerContext context) { return DeleteApgroupSsidConfigResponseUnmarshaller.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/DeletePositionMapRequest.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 DeletePositionMapRequest extends RpcAcsRequest<DeletePositionMapResponse> { public DeletePositionMapRequest() { super("cloudwf", "2017-03-28", "DeletePositionMap", "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<DeletePositionMapResponse> getResponseClass() { return DeletePositionMapResponse.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/DeletePositionMapResponse.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.DeletePositionMapResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePositionMapResponse 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 DeletePositionMapResponse getInstance(UnmarshallerContext context) { return DeletePositionMapResponseUnmarshaller.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/DeviceBatchCreateRequest.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 DeviceBatchCreateRequest extends RpcAcsRequest<DeviceBatchCreateResponse> { public DeviceBatchCreateRequest() { super("cloudwf", "2017-03-28", "DeviceBatchCreate", "cloudwf"); } private String sn; private Integer deviceType; public String getSn() { return this.sn; } public void setSn(String sn) { this.sn = sn; if(sn != null){ putQueryParameter("Sn", sn); } } public Integer getDeviceType() { return this.deviceType; } public void setDeviceType(Integer deviceType) { this.deviceType = deviceType; if(deviceType != null){ putQueryParameter("DeviceType", deviceType.toString()); } } @Override public Class<DeviceBatchCreateResponse> getResponseClass() { return DeviceBatchCreateResponse.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/DeviceBatchCreateResponse.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.DeviceBatchCreateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeviceBatchCreateResponse 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 DeviceBatchCreateResponse getInstance(UnmarshallerContext context) { return DeviceBatchCreateResponseUnmarshaller.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/DeviceCreateRequest.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 DeviceCreateRequest extends RpcAcsRequest<DeviceCreateResponse> { public DeviceCreateRequest() { super("cloudwf", "2017-03-28", "DeviceCreate", "cloudwf"); } private String deviceNum; private String devicePosition; private String deviceName; private Integer deviceType; private Long sid; public String getDeviceNum() { return this.deviceNum; } public void setDeviceNum(String deviceNum) { this.deviceNum = deviceNum; if(deviceNum != null){ putQueryParameter("DeviceNum", deviceNum); } } public String getDevicePosition() { return this.devicePosition; } public void setDevicePosition(String devicePosition) { this.devicePosition = devicePosition; if(devicePosition != null){ putQueryParameter("DevicePosition", devicePosition); } } public String getDeviceName() { return this.deviceName; } public void setDeviceName(String deviceName) { this.deviceName = deviceName; if(deviceName != null){ putQueryParameter("DeviceName", deviceName); } } public Integer getDeviceType() { return this.deviceType; } public void setDeviceType(Integer deviceType) { this.deviceType = deviceType; if(deviceType != null){ putQueryParameter("DeviceType", deviceType.toString()); } } public Long getSid() { return this.sid; } public void setSid(Long sid) { this.sid = sid; if(sid != null){ putQueryParameter("Sid", sid.toString()); } } @Override public Class<DeviceCreateResponse> getResponseClass() { return DeviceCreateResponse.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/DeviceCreateResponse.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.DeviceCreateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeviceCreateResponse 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 DeviceCreateResponse getInstance(UnmarshallerContext context) { return DeviceCreateResponseUnmarshaller.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/DeviceDeleteRequest.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 DeviceDeleteRequest extends RpcAcsRequest<DeviceDeleteResponse> { public DeviceDeleteRequest() { super("cloudwf", "2017-03-28", "DeviceDelete", "cloudwf"); } private Long did; private String mac; public Long getDid() { return this.did; } public void setDid(Long did) { this.did = did; if(did != null){ putQueryParameter("Did", did.toString()); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } @Override public Class<DeviceDeleteResponse> getResponseClass() { return DeviceDeleteResponse.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/DeviceDeleteResponse.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.DeviceDeleteResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeviceDeleteResponse 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 DeviceDeleteResponse getInstance(UnmarshallerContext context) { return DeviceDeleteResponseUnmarshaller.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/DeviceShowListRequest.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 DeviceShowListRequest extends RpcAcsRequest<DeviceShowListResponse> { public DeviceShowListRequest() { super("cloudwf", "2017-03-28", "DeviceShowList", "cloudwf"); } private String dirc; private Integer page; private Integer per; private Integer deviceType; private Long sid; public String getDirc() { return this.dirc; } public void setDirc(String dirc) { this.dirc = dirc; if(dirc != null){ putQueryParameter("Dirc", dirc); } } public Integer getPage() { return this.page; } public void setPage(Integer page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } public Integer getPer() { return this.per; } public void setPer(Integer per) { this.per = per; if(per != null){ putQueryParameter("Per", per.toString()); } } public Integer getDeviceType() { return this.deviceType; } public void setDeviceType(Integer deviceType) { this.deviceType = deviceType; if(deviceType != null){ putQueryParameter("DeviceType", deviceType.toString()); } } public Long getSid() { return this.sid; } public void setSid(Long sid) { this.sid = sid; if(sid != null){ putQueryParameter("Sid", sid.toString()); } } @Override public Class<DeviceShowListResponse> getResponseClass() { return DeviceShowListResponse.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/DeviceShowListResponse.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.DeviceShowListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeviceShowListResponse 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 DeviceShowListResponse getInstance(UnmarshallerContext context) { return DeviceShowListResponseUnmarshaller.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/DeviceUpdateRequest.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 DeviceUpdateRequest extends RpcAcsRequest<DeviceUpdateResponse> { public DeviceUpdateRequest() { super("cloudwf", "2017-03-28", "DeviceUpdate", "cloudwf"); } private String devicePosition; private String deviceName; private Long did; public String getDevicePosition() { return this.devicePosition; } public void setDevicePosition(String devicePosition) { this.devicePosition = devicePosition; if(devicePosition != null){ putQueryParameter("DevicePosition", devicePosition); } } public String getDeviceName() { return this.deviceName; } public void setDeviceName(String deviceName) { this.deviceName = deviceName; if(deviceName != null){ putQueryParameter("DeviceName", deviceName); } } public Long getDid() { return this.did; } public void setDid(Long did) { this.did = did; if(did != null){ putQueryParameter("Did", did.toString()); } } @Override public Class<DeviceUpdateResponse> getResponseClass() { return DeviceUpdateResponse.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/DeviceUpdateResponse.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.DeviceUpdateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeviceUpdateResponse 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 DeviceUpdateResponse getInstance(UnmarshallerContext context) { return DeviceUpdateResponseUnmarshaller.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/ExcelToJsonRequest.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 ExcelToJsonRequest extends RpcAcsRequest<ExcelToJsonResponse> { public ExcelToJsonRequest() { super("cloudwf", "2017-03-28", "ExcelToJson", "cloudwf"); } private String uploadData; public String getUploadData() { return this.uploadData; } public void setUploadData(String uploadData) { this.uploadData = uploadData; if(uploadData != null){ putQueryParameter("UploadData", uploadData); } } @Override public Class<ExcelToJsonResponse> getResponseClass() { return ExcelToJsonResponse.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/ExcelToJsonResponse.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.ExcelToJsonResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ExcelToJsonResponse 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 ExcelToJsonResponse getInstance(UnmarshallerContext context) { return ExcelToJsonResponseUnmarshaller.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/FindApRequest.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 FindApRequest extends RpcAcsRequest<FindApResponse> { public FindApRequest() { super("cloudwf", "2017-03-28", "FindAp", "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<FindApResponse> getResponseClass() { return FindApResponse.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/FindApResponse.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.FindApResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FindApResponse 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 FindApResponse getInstance(UnmarshallerContext context) { return FindApResponseUnmarshaller.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/FrequencyAnalyseRequest.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 FrequencyAnalyseRequest extends RpcAcsRequest<FrequencyAnalyseResponse> { public FrequencyAnalyseRequest() { super("cloudwf", "2017-03-28", "FrequencyAnalyse", "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<FrequencyAnalyseResponse> getResponseClass() { return FrequencyAnalyseResponse.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/FrequencyAnalyseResponse.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.FrequencyAnalyseResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FrequencyAnalyseResponse 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 FrequencyAnalyseResponse getInstance(UnmarshallerContext context) { return FrequencyAnalyseResponseUnmarshaller.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/GetAccountConfigRequest.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 GetAccountConfigRequest extends RpcAcsRequest<GetAccountConfigResponse> { public GetAccountConfigRequest() { super("cloudwf", "2017-03-28", "GetAccountConfig", "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<GetAccountConfigResponse> getResponseClass() { return GetAccountConfigResponse.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/GetAccountConfigResponse.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.GetAccountConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAccountConfigResponse 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 GetAccountConfigResponse getInstance(UnmarshallerContext context) { return GetAccountConfigResponseUnmarshaller.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/GetAddApsProgressRequest.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 GetAddApsProgressRequest extends RpcAcsRequest<GetAddApsProgressResponse> { public GetAddApsProgressRequest() { super("cloudwf", "2017-03-28", "GetAddApsProgress", "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<GetAddApsProgressResponse> getResponseClass() { return GetAddApsProgressResponse.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/GetAddApsProgressResponse.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.GetAddApsProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAddApsProgressResponse 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 GetAddApsProgressResponse getInstance(UnmarshallerContext context) { return GetAddApsProgressResponseUnmarshaller.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/GetAllActiveShopByGroupRequest.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 GetAllActiveShopByGroupRequest extends RpcAcsRequest<GetAllActiveShopByGroupResponse> { public GetAllActiveShopByGroupRequest() { super("cloudwf", "2017-03-28", "GetAllActiveShopByGroup", "cloudwf"); } private List<Long> gidss; private Long bid; public List<Long> getGidss() { return this.gidss; } public void setGidss(List<Long> gidss) { this.gidss = gidss; if (gidss != null) { for (int i = 0; i < gidss.size(); i++) { putQueryParameter("Gids." + (i + 1) , gidss.get(i)); } } } public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<GetAllActiveShopByGroupResponse> getResponseClass() { return GetAllActiveShopByGroupResponse.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/GetAllActiveShopByGroupResponse.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.GetAllActiveShopByGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAllActiveShopByGroupResponse 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 GetAllActiveShopByGroupResponse getInstance(UnmarshallerContext context) { return GetAllActiveShopByGroupResponseUnmarshaller.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/GetAllApModelRequest.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 GetAllApModelRequest extends RpcAcsRequest<GetAllApModelResponse> { public GetAllApModelRequest() { super("cloudwf", "2017-03-28", "GetAllApModel", "cloudwf"); } @Override public Class<GetAllApModelResponse> getResponseClass() { return GetAllApModelResponse.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/GetAllApModelResponse.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.GetAllApModelResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAllApModelResponse 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 GetAllApModelResponse getInstance(UnmarshallerContext context) { return GetAllApModelResponseUnmarshaller.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/GetApDetailedConfigRequest.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 GetApDetailedConfigRequest extends RpcAcsRequest<GetApDetailedConfigResponse> { public GetApDetailedConfigRequest() { super("cloudwf", "2017-03-28", "GetApDetailedConfig", "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<GetApDetailedConfigResponse> getResponseClass() { return GetApDetailedConfigResponse.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/GetApDetailedConfigResponse.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.GetApDetailedConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApDetailedConfigResponse 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 GetApDetailedConfigResponse getInstance(UnmarshallerContext context) { return GetApDetailedConfigResponseUnmarshaller.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/GetApDetailedStatusRequest.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 GetApDetailedStatusRequest extends RpcAcsRequest<GetApDetailedStatusResponse> { public GetApDetailedStatusRequest() { super("cloudwf", "2017-03-28", "GetApDetailedStatus", "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<GetApDetailedStatusResponse> getResponseClass() { return GetApDetailedStatusResponse.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/GetApDetailedStatusResponse.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.GetApDetailedStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApDetailedStatusResponse 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 GetApDetailedStatusResponse getInstance(UnmarshallerContext context) { return GetApDetailedStatusResponseUnmarshaller.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/GetApPortalBindRequest.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 GetApPortalBindRequest extends RpcAcsRequest<GetApPortalBindResponse> { public GetApPortalBindRequest() { super("cloudwf", "2017-03-28", "GetApPortalBind", "cloudwf"); } private Integer configType; private Long bindId; public Integer getConfigType() { return this.configType; } public void setConfigType(Integer configType) { this.configType = configType; if(configType != null){ putQueryParameter("ConfigType", configType.toString()); } } public Long getBindId() { return this.bindId; } public void setBindId(Long bindId) { this.bindId = bindId; if(bindId != null){ putQueryParameter("BindId", bindId.toString()); } } @Override public Class<GetApPortalBindResponse> getResponseClass() { return GetApPortalBindResponse.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/GetApPortalBindResponse.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.GetApPortalBindResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApPortalBindResponse 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 GetApPortalBindResponse getInstance(UnmarshallerContext context) { return GetApPortalBindResponseUnmarshaller.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/GetApRunHistoryTimeSerRequest.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 GetApRunHistoryTimeSerRequest extends RpcAcsRequest<GetApRunHistoryTimeSerResponse> { public GetApRunHistoryTimeSerRequest() { super("cloudwf", "2017-03-28", "GetApRunHistoryTimeSer", "cloudwf"); } private Long start; private Long end; private Long id; public Long getStart() { return this.start; } public void setStart(Long start) { this.start = start; if(start != null){ putQueryParameter("Start", start.toString()); } } public Long getEnd() { return this.end; } public void setEnd(Long end) { this.end = end; if(end != null){ putQueryParameter("End", end.toString()); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<GetApRunHistoryTimeSerResponse> getResponseClass() { return GetApRunHistoryTimeSerResponse.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/GetApRunHistoryTimeSerResponse.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.GetApRunHistoryTimeSerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApRunHistoryTimeSerResponse 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 GetApRunHistoryTimeSerResponse getInstance(UnmarshallerContext context) { return GetApRunHistoryTimeSerResponseUnmarshaller.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/GetApStaMiscAggRequest.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 GetApStaMiscAggRequest extends RpcAcsRequest<GetApStaMiscAggResponse> { public GetApStaMiscAggRequest() { super("cloudwf", "2017-03-28", "GetApStaMiscAgg", "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<GetApStaMiscAggResponse> getResponseClass() { return GetApStaMiscAggResponse.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/GetApStaMiscAggResponse.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.GetApStaMiscAggResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApStaMiscAggResponse 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 GetApStaMiscAggResponse getInstance(UnmarshallerContext context) { return GetApStaMiscAggResponseUnmarshaller.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/GetApTopRequest.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 GetApTopRequest extends RpcAcsRequest<GetApTopResponse> { public GetApTopRequest() { super("cloudwf", "2017-03-28", "GetApTop", "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<GetApTopResponse> getResponseClass() { return GetApTopResponse.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/GetApTopResponse.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.GetApTopResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApTopResponse 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 GetApTopResponse getInstance(UnmarshallerContext context) { return GetApTopResponseUnmarshaller.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/GetApgroupConfigProgressRequest.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 GetApgroupConfigProgressRequest extends RpcAcsRequest<GetApgroupConfigProgressResponse> { public GetApgroupConfigProgressRequest() { super("cloudwf", "2017-03-28", "GetApgroupConfigProgress", "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<GetApgroupConfigProgressResponse> getResponseClass() { return GetApgroupConfigProgressResponse.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/GetApgroupConfigProgressResponse.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.GetApgroupConfigProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApgroupConfigProgressResponse 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 GetApgroupConfigProgressResponse getInstance(UnmarshallerContext context) { return GetApgroupConfigProgressResponseUnmarshaller.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/GetApgroupDetailedConfigRequest.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 GetApgroupDetailedConfigRequest extends RpcAcsRequest<GetApgroupDetailedConfigResponse> { public GetApgroupDetailedConfigRequest() { super("cloudwf", "2017-03-28", "GetApgroupDetailedConfig", "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<GetApgroupDetailedConfigResponse> getResponseClass() { return GetApgroupDetailedConfigResponse.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/GetApgroupDetailedConfigResponse.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.GetApgroupDetailedConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApgroupDetailedConfigResponse 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 GetApgroupDetailedConfigResponse getInstance(UnmarshallerContext context) { return GetApgroupDetailedConfigResponseUnmarshaller.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/GetApgroupPortalConfigProgressRequest.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 GetApgroupPortalConfigProgressRequest extends RpcAcsRequest<GetApgroupPortalConfigProgressResponse> { public GetApgroupPortalConfigProgressRequest() { super("cloudwf", "2017-03-28", "GetApgroupPortalConfigProgress", "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<GetApgroupPortalConfigProgressResponse> getResponseClass() { return GetApgroupPortalConfigProgressResponse.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/GetApgroupPortalConfigProgressResponse.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.GetApgroupPortalConfigProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApgroupPortalConfigProgressResponse 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 GetApgroupPortalConfigProgressResponse getInstance(UnmarshallerContext context) { return GetApgroupPortalConfigProgressResponseUnmarshaller.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/GetApgroupScanConfigSaveProgressRequest.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 GetApgroupScanConfigSaveProgressRequest extends RpcAcsRequest<GetApgroupScanConfigSaveProgressResponse> { public GetApgroupScanConfigSaveProgressRequest() { super("cloudwf", "2017-03-28", "GetApgroupScanConfigSaveProgress", "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<GetApgroupScanConfigSaveProgressResponse> getResponseClass() { return GetApgroupScanConfigSaveProgressResponse.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/GetApgroupScanConfigSaveProgressResponse.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.GetApgroupScanConfigSaveProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApgroupScanConfigSaveProgressResponse 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 GetApgroupScanConfigSaveProgressResponse getInstance(UnmarshallerContext context) { return GetApgroupScanConfigSaveProgressResponseUnmarshaller.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/GetApgroupSsidConfigProgressRequest.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 GetApgroupSsidConfigProgressRequest extends RpcAcsRequest<GetApgroupSsidConfigProgressResponse> { public GetApgroupSsidConfigProgressRequest() { super("cloudwf", "2017-03-28", "GetApgroupSsidConfigProgress", "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<GetApgroupSsidConfigProgressResponse> getResponseClass() { return GetApgroupSsidConfigProgressResponse.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/GetApgroupSsidConfigProgressResponse.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.GetApgroupSsidConfigProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApgroupSsidConfigProgressResponse 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 GetApgroupSsidConfigProgressResponse getInstance(UnmarshallerContext context) { return GetApgroupSsidConfigProgressResponseUnmarshaller.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/GetBatchSaveApAssetProgressRequest.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 GetBatchSaveApAssetProgressRequest extends RpcAcsRequest<GetBatchSaveApAssetProgressResponse> { public GetBatchSaveApAssetProgressRequest() { super("cloudwf", "2017-03-28", "GetBatchSaveApAssetProgress", "cloudwf"); } @Override public Class<GetBatchSaveApAssetProgressResponse> getResponseClass() { return GetBatchSaveApAssetProgressResponse.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/GetBatchSaveApAssetProgressResponse.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.GetBatchSaveApAssetProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetBatchSaveApAssetProgressResponse 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 GetBatchSaveApAssetProgressResponse getInstance(UnmarshallerContext context) { return GetBatchSaveApAssetProgressResponseUnmarshaller.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/GetBidRequest.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 GetBidRequest extends RpcAcsRequest<GetBidResponse> { public GetBidRequest() { super("cloudwf", "2017-03-28", "GetBid", "cloudwf"); } private Integer length; private Integer pageIndex; public Integer getLength() { return this.length; } public void setLength(Integer length) { this.length = length; if(length != null){ putQueryParameter("Length", length.toString()); } } public Integer getPageIndex() { return this.pageIndex; } public void setPageIndex(Integer pageIndex) { this.pageIndex = pageIndex; if(pageIndex != null){ putQueryParameter("PageIndex", pageIndex.toString()); } } @Override public Class<GetBidResponse> getResponseClass() { return GetBidResponse.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/GetBidResponse.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.GetBidResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetBidResponse 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 GetBidResponse getInstance(UnmarshallerContext context) { return GetBidResponseUnmarshaller.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/GetBids4Uid4RootRequest.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 GetBids4Uid4RootRequest extends RpcAcsRequest<GetBids4Uid4RootResponse> { public GetBids4Uid4RootRequest() { super("cloudwf", "2017-03-28", "GetBids4Uid4Root", "cloudwf"); } private Long uid; public Long getUid() { return this.uid; } public void setUid(Long uid) { this.uid = uid; if(uid != null){ putQueryParameter("Uid", uid.toString()); } } @Override public Class<GetBids4Uid4RootResponse> getResponseClass() { return GetBids4Uid4RootResponse.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/GetBids4Uid4RootResponse.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.GetBids4Uid4RootResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetBids4Uid4RootResponse 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 GetBids4Uid4RootResponse getInstance(UnmarshallerContext context) { return GetBids4Uid4RootResponseUnmarshaller.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/GetBindAp4UmengRequest.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 GetBindAp4UmengRequest extends RpcAcsRequest<GetBindAp4UmengResponse> { public GetBindAp4UmengRequest() { super("cloudwf", "2017-03-28", "GetBindAp4Umeng", "cloudwf"); } @Override public Class<GetBindAp4UmengResponse> getResponseClass() { return GetBindAp4UmengResponse.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/GetBindAp4UmengResponse.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.GetBindAp4UmengResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetBindAp4UmengResponse 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 GetBindAp4UmengResponse getInstance(UnmarshallerContext context) { return GetBindAp4UmengResponseUnmarshaller.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/GetCrowdListRequest.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 GetCrowdListRequest extends RpcAcsRequest<GetCrowdListResponse> { public GetCrowdListRequest() { super("cloudwf", "2017-03-28", "GetCrowdList", "cloudwf"); } private Long gsid; private Integer classType; private String gsType; private String endTime; private Integer page; private String startTime; private Integer per; private Long bid; public Long getGsid() { return this.gsid; } public void setGsid(Long gsid) { this.gsid = gsid; if(gsid != null){ putQueryParameter("Gsid", gsid.toString()); } } public Integer getClassType() { return this.classType; } public void setClassType(Integer classType) { this.classType = classType; if(classType != null){ putQueryParameter("ClassType", classType.toString()); } } public String getGsType() { return this.gsType; } public void setGsType(String gsType) { this.gsType = gsType; if(gsType != null){ putQueryParameter("GsType", gsType); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Integer getPage() { return this.page; } public void setPage(Integer page) { this.page = page; if(page != null){ putQueryParameter("Page", page.toString()); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Integer getPer() { return this.per; } public void setPer(Integer per) { this.per = per; if(per != null){ putQueryParameter("Per", per.toString()); } } public Long getBid() { return this.bid; } public void setBid(Long bid) { this.bid = bid; if(bid != null){ putQueryParameter("Bid", bid.toString()); } } @Override public Class<GetCrowdListResponse> getResponseClass() { return GetCrowdListResponse.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/GetCrowdListResponse.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.GetCrowdListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCrowdListResponse 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 GetCrowdListResponse getInstance(UnmarshallerContext context) { return GetCrowdListResponseUnmarshaller.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/GetDailyStatisticRequest.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 GetDailyStatisticRequest extends RpcAcsRequest<GetDailyStatisticResponse> { public GetDailyStatisticRequest() { super("cloudwf", "2017-03-28", "GetDailyStatistic", "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<GetDailyStatisticResponse> getResponseClass() { return GetDailyStatisticResponse.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/GetDailyStatisticResponse.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.GetDailyStatisticResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDailyStatisticResponse 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 GetDailyStatisticResponse getInstance(UnmarshallerContext context) { return GetDailyStatisticResponseUnmarshaller.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/GetDeviceInfoByMacRequest.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 GetDeviceInfoByMacRequest extends RpcAcsRequest<GetDeviceInfoByMacResponse> { public GetDeviceInfoByMacRequest() { super("cloudwf", "2017-03-28", "GetDeviceInfoByMac", "cloudwf"); } private String mac; public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } @Override public Class<GetDeviceInfoByMacResponse> getResponseClass() { return GetDeviceInfoByMacResponse.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/GetDeviceInfoByMacResponse.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.GetDeviceInfoByMacResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDeviceInfoByMacResponse 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 GetDeviceInfoByMacResponse getInstance(UnmarshallerContext context) { return GetDeviceInfoByMacResponseUnmarshaller.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/GetGroupApChangeNameTemplateRequest.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 GetGroupApChangeNameTemplateRequest extends RpcAcsRequest<GetGroupApChangeNameTemplateResponse> { public GetGroupApChangeNameTemplateRequest() { super("cloudwf", "2017-03-28", "GetGroupApChangeNameTemplate", "cloudwf"); } @Override public Class<GetGroupApChangeNameTemplateResponse> getResponseClass() { return GetGroupApChangeNameTemplateResponse.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/GetGroupApChangeNameTemplateResponse.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.GetGroupApChangeNameTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetGroupApChangeNameTemplateResponse 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 GetGroupApChangeNameTemplateResponse getInstance(UnmarshallerContext context) { return GetGroupApChangeNameTemplateResponseUnmarshaller.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/GetGroupApRadioConfigProgressRequest.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 GetGroupApRadioConfigProgressRequest extends RpcAcsRequest<GetGroupApRadioConfigProgressResponse> { public GetGroupApRadioConfigProgressRequest() { super("cloudwf", "2017-03-28", "GetGroupApRadioConfigProgress", "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<GetGroupApRadioConfigProgressResponse> getResponseClass() { return GetGroupApRadioConfigProgressResponse.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/GetGroupApRadioConfigProgressResponse.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.GetGroupApRadioConfigProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetGroupApRadioConfigProgressResponse 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 GetGroupApRadioConfigProgressResponse getInstance(UnmarshallerContext context) { return GetGroupApRadioConfigProgressResponseUnmarshaller.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/GetGroupApRadioConfigTemplateRequest.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 GetGroupApRadioConfigTemplateRequest extends RpcAcsRequest<GetGroupApRadioConfigTemplateResponse> { public GetGroupApRadioConfigTemplateRequest() { super("cloudwf", "2017-03-28", "GetGroupApRadioConfigTemplate", "cloudwf"); } @Override public Class<GetGroupApRadioConfigTemplateResponse> getResponseClass() { return GetGroupApRadioConfigTemplateResponse.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/GetGroupApRadioConfigTemplateResponse.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.GetGroupApRadioConfigTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetGroupApRadioConfigTemplateResponse 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 GetGroupApRadioConfigTemplateResponse getInstance(UnmarshallerContext context) { return GetGroupApRadioConfigTemplateResponseUnmarshaller.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/GetGroupApRadioOnoffProgressRequest.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 GetGroupApRadioOnoffProgressRequest extends RpcAcsRequest<GetGroupApRadioOnoffProgressResponse> { public GetGroupApRadioOnoffProgressRequest() { super("cloudwf", "2017-03-28", "GetGroupApRadioOnoffProgress", "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<GetGroupApRadioOnoffProgressResponse> getResponseClass() { return GetGroupApRadioOnoffProgressResponse.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/GetGroupApRadioOnoffProgressResponse.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.GetGroupApRadioOnoffProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetGroupApRadioOnoffProgressResponse 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 GetGroupApRadioOnoffProgressResponse getInstance(UnmarshallerContext context) { return GetGroupApRadioOnoffProgressResponseUnmarshaller.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/GetGroupApRepairProgressRequest.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 GetGroupApRepairProgressRequest extends RpcAcsRequest<GetGroupApRepairProgressResponse> { public GetGroupApRepairProgressRequest() { super("cloudwf", "2017-03-28", "GetGroupApRepairProgress", "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<GetGroupApRepairProgressResponse> getResponseClass() { return GetGroupApRepairProgressResponse.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/GetGroupApRepairProgressResponse.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.GetGroupApRepairProgressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetGroupApRepairProgressResponse 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 GetGroupApRepairProgressResponse getInstance(UnmarshallerContext context) { return GetGroupApRepairProgressResponseUnmarshaller.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/GetInstanceByShopRequest.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 GetInstanceByShopRequest extends RpcAcsRequest<GetInstanceByShopResponse> { public GetInstanceByShopRequest() { super("cloudwf", "2017-03-28", "GetInstanceByShop", "cloudwf"); } private Long shopId; public Long getShopId() { return this.shopId; } public void setShopId(Long shopId) { this.shopId = shopId; if(shopId != null){ putQueryParameter("ShopId", shopId.toString()); } } @Override public Class<GetInstanceByShopResponse> getResponseClass() { return GetInstanceByShopResponse.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/GetInstanceByShopResponse.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.GetInstanceByShopResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetInstanceByShopResponse 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 GetInstanceByShopResponse getInstance(UnmarshallerContext context) { return GetInstanceByShopResponseUnmarshaller.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/GetLatestApStatisticRequest.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 GetLatestApStatisticRequest extends RpcAcsRequest<GetLatestApStatisticResponse> { public GetLatestApStatisticRequest() { super("cloudwf", "2017-03-28", "GetLatestApStatistic", "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<GetLatestApStatisticResponse> getResponseClass() { return GetLatestApStatisticResponse.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/GetLatestApStatisticResponse.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.GetLatestApStatisticResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetLatestApStatisticResponse 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 GetLatestApStatisticResponse getInstance(UnmarshallerContext context) { return GetLatestApStatisticResponseUnmarshaller.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/GetLatestStaStatisticRequest.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 GetLatestStaStatisticRequest extends RpcAcsRequest<GetLatestStaStatisticResponse> { public GetLatestStaStatisticRequest() { super("cloudwf", "2017-03-28", "GetLatestStaStatistic", "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<GetLatestStaStatisticResponse> getResponseClass() { return GetLatestStaStatisticResponse.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/GetLatestStaStatisticResponse.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.GetLatestStaStatisticResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetLatestStaStatisticResponse 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 GetLatestStaStatisticResponse getInstance(UnmarshallerContext context) { return GetLatestStaStatisticResponseUnmarshaller.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/GetMapUrlRequest.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 GetMapUrlRequest extends RpcAcsRequest<GetMapUrlResponse> { public GetMapUrlRequest() { super("cloudwf", "2017-03-28", "GetMapUrl", "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<GetMapUrlResponse> getResponseClass() { return GetMapUrlResponse.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/GetMapUrlResponse.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.GetMapUrlResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetMapUrlResponse 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 GetMapUrlResponse getInstance(UnmarshallerContext context) { return GetMapUrlResponseUnmarshaller.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/GetOnlineApTimeSerRequest.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 GetOnlineApTimeSerRequest extends RpcAcsRequest<GetOnlineApTimeSerResponse> { public GetOnlineApTimeSerRequest() { super("cloudwf", "2017-03-28", "GetOnlineApTimeSer", "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<GetOnlineApTimeSerResponse> getResponseClass() { return GetOnlineApTimeSerResponse.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/GetOnlineApTimeSerResponse.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.GetOnlineApTimeSerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetOnlineApTimeSerResponse 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 GetOnlineApTimeSerResponse getInstance(UnmarshallerContext context) { return GetOnlineApTimeSerResponseUnmarshaller.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/GetOnlineStaTimeSerRequest.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 GetOnlineStaTimeSerRequest extends RpcAcsRequest<GetOnlineStaTimeSerResponse> { public GetOnlineStaTimeSerRequest() { super("cloudwf", "2017-03-28", "GetOnlineStaTimeSer", "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<GetOnlineStaTimeSerResponse> getResponseClass() { return GetOnlineStaTimeSerResponse.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/GetOnlineStaTimeSerResponse.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.GetOnlineStaTimeSerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetOnlineStaTimeSerResponse 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 GetOnlineStaTimeSerResponse getInstance(UnmarshallerContext context) { return GetOnlineStaTimeSerResponseUnmarshaller.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/GetOssServerSignRequest.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 GetOssServerSignRequest extends RpcAcsRequest<GetOssServerSignResponse> { public GetOssServerSignRequest() { super("cloudwf", "2017-03-28", "GetOssServerSign", "cloudwf"); } private Integer dirType; public Integer getDirType() { return this.dirType; } public void setDirType(Integer dirType) { this.dirType = dirType; if(dirType != null){ putQueryParameter("DirType", dirType.toString()); } } @Override public Class<GetOssServerSignResponse> getResponseClass() { return GetOssServerSignResponse.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/GetOssServerSignResponse.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.GetOssServerSignResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetOssServerSignResponse 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 GetOssServerSignResponse getInstance(UnmarshallerContext context) { return GetOssServerSignResponseUnmarshaller.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/GetPageConfigTemplateRequest.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 GetPageConfigTemplateRequest extends RpcAcsRequest<GetPageConfigTemplateResponse> { public GetPageConfigTemplateRequest() { super("cloudwf", "2017-03-28", "GetPageConfigTemplate", "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<GetPageConfigTemplateResponse> getResponseClass() { return GetPageConfigTemplateResponse.class; } }