com.aliyuncs.dms_enterprise.model.v20181101.GetDataArchiveOrderDetailResponse Maven / Gradle / Ivy
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.dms_enterprise.model.v20181101;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.dms_enterprise.transform.v20181101.GetDataArchiveOrderDetailResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetDataArchiveOrderDetailResponse extends AcsResponse {
private String traceId;
private Boolean success;
private String errorMessage;
private String errorCode;
private String requestId;
private DataArchiveOrderDetail dataArchiveOrderDetail;
public String getTraceId() {
return this.traceId;
}
public void setTraceId(String traceId) {
this.traceId = traceId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrorMessage() {
return this.errorMessage;
}
public void setErrorMessage(String errorMessage) {
this.errorMessage = errorMessage;
}
public String getErrorCode() {
return this.errorCode;
}
public void setErrorCode(String errorCode) {
this.errorCode = errorCode;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public DataArchiveOrderDetail getDataArchiveOrderDetail() {
return this.dataArchiveOrderDetail;
}
public void setDataArchiveOrderDetail(DataArchiveOrderDetail dataArchiveOrderDetail) {
this.dataArchiveOrderDetail = dataArchiveOrderDetail;
}
public static class DataArchiveOrderDetail {
private String comment;
private String committer;
private Long committerId;
private String gmtCreate;
private String gmtModified;
private Long id;
private String pluginType;
private String statusCode;
private String statusDesc;
private Long workflowInstanceId;
private String workflowStatusDesc;
private List relatedUserList;
private List relatedUserNickList;
private PluginExtraData pluginExtraData;
private PluginParam pluginParam;
public String getComment() {
return this.comment;
}
public void setComment(String comment) {
this.comment = comment;
}
public String getCommitter() {
return this.committer;
}
public void setCommitter(String committer) {
this.committer = committer;
}
public Long getCommitterId() {
return this.committerId;
}
public void setCommitterId(Long committerId) {
this.committerId = committerId;
}
public String getGmtCreate() {
return this.gmtCreate;
}
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getGmtModified() {
return this.gmtModified;
}
public void setGmtModified(String gmtModified) {
this.gmtModified = gmtModified;
}
public Long getId() {
return this.id;
}
public void setId(Long id) {
this.id = id;
}
public String getPluginType() {
return this.pluginType;
}
public void setPluginType(String pluginType) {
this.pluginType = pluginType;
}
public String getStatusCode() {
return this.statusCode;
}
public void setStatusCode(String statusCode) {
this.statusCode = statusCode;
}
public String getStatusDesc() {
return this.statusDesc;
}
public void setStatusDesc(String statusDesc) {
this.statusDesc = statusDesc;
}
public Long getWorkflowInstanceId() {
return this.workflowInstanceId;
}
public void setWorkflowInstanceId(Long workflowInstanceId) {
this.workflowInstanceId = workflowInstanceId;
}
public String getWorkflowStatusDesc() {
return this.workflowStatusDesc;
}
public void setWorkflowStatusDesc(String workflowStatusDesc) {
this.workflowStatusDesc = workflowStatusDesc;
}
public List getRelatedUserList() {
return this.relatedUserList;
}
public void setRelatedUserList(List relatedUserList) {
this.relatedUserList = relatedUserList;
}
public List getRelatedUserNickList() {
return this.relatedUserNickList;
}
public void setRelatedUserNickList(List relatedUserNickList) {
this.relatedUserNickList = relatedUserNickList;
}
public PluginExtraData getPluginExtraData() {
return this.pluginExtraData;
}
public void setPluginExtraData(PluginExtraData pluginExtraData) {
this.pluginExtraData = pluginExtraData;
}
public PluginParam getPluginParam() {
return this.pluginParam;
}
public void setPluginParam(PluginParam pluginParam) {
this.pluginParam = pluginParam;
}
public static class PluginExtraData {
private Long instanceTotal;
private Long pageIndex;
private Long pageSize;
private Map
© 2015 - 2025 Weber Informatics LLC | Privacy Policy