com.aliyun.sdk.service.polardb20170801.models.DescribeActiveOperationTasksResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alibabacloud-polardb20170801 Show documentation
Show all versions of alibabacloud-polardb20170801 Show documentation
Alibaba Cloud polardb (20170801) Async SDK for Java
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.polardb20170801.models;
import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;
/**
*
* {@link DescribeActiveOperationTasksResponseBody} extends {@link TeaModel}
*
* DescribeActiveOperationTasksResponseBody
*/
public class DescribeActiveOperationTasksResponseBody extends TeaModel {
@com.aliyun.core.annotation.NameInMap("Items")
private java.util.List items;
@com.aliyun.core.annotation.NameInMap("PageNumber")
private Integer pageNumber;
@com.aliyun.core.annotation.NameInMap("PageSize")
private Integer pageSize;
@com.aliyun.core.annotation.NameInMap("RequestId")
private String requestId;
@com.aliyun.core.annotation.NameInMap("TotalRecordCount")
private Integer totalRecordCount;
private DescribeActiveOperationTasksResponseBody(Builder builder) {
this.items = builder.items;
this.pageNumber = builder.pageNumber;
this.pageSize = builder.pageSize;
this.requestId = builder.requestId;
this.totalRecordCount = builder.totalRecordCount;
}
public static Builder builder() {
return new Builder();
}
public static DescribeActiveOperationTasksResponseBody create() {
return builder().build();
}
/**
* @return items
*/
public java.util.List getItems() {
return this.items;
}
/**
* @return pageNumber
*/
public Integer getPageNumber() {
return this.pageNumber;
}
/**
* @return pageSize
*/
public Integer getPageSize() {
return this.pageSize;
}
/**
* @return requestId
*/
public String getRequestId() {
return this.requestId;
}
/**
* @return totalRecordCount
*/
public Integer getTotalRecordCount() {
return this.totalRecordCount;
}
public static final class Builder {
private java.util.List items;
private Integer pageNumber;
private Integer pageSize;
private String requestId;
private Integer totalRecordCount;
/**
* Items.
*/
public Builder items(java.util.List items) {
this.items = items;
return this;
}
/**
* PageNumber.
*/
public Builder pageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
return this;
}
/**
* PageSize.
*/
public Builder pageSize(Integer pageSize) {
this.pageSize = pageSize;
return this;
}
/**
* RequestId.
*/
public Builder requestId(String requestId) {
this.requestId = requestId;
return this;
}
/**
* TotalRecordCount.
*/
public Builder totalRecordCount(Integer totalRecordCount) {
this.totalRecordCount = totalRecordCount;
return this;
}
public DescribeActiveOperationTasksResponseBody build() {
return new DescribeActiveOperationTasksResponseBody(this);
}
}
/**
*
* {@link DescribeActiveOperationTasksResponseBody} extends {@link TeaModel}
*
* DescribeActiveOperationTasksResponseBody
*/
public static class Items extends TeaModel {
@com.aliyun.core.annotation.NameInMap("AllowCancel")
private Long allowCancel;
@com.aliyun.core.annotation.NameInMap("AllowChange")
private Long allowChange;
@com.aliyun.core.annotation.NameInMap("ChangeLevel")
private String changeLevel;
@com.aliyun.core.annotation.NameInMap("ChangeLevelEn")
private String changeLevelEn;
@com.aliyun.core.annotation.NameInMap("ChangeLevelZh")
private String changeLevelZh;
@com.aliyun.core.annotation.NameInMap("CreatedTime")
private String createdTime;
@com.aliyun.core.annotation.NameInMap("CurrentAVZ")
private String currentAVZ;
@com.aliyun.core.annotation.NameInMap("DBClusterId")
private String DBClusterId;
@com.aliyun.core.annotation.NameInMap("DBNodeIds")
private java.util.List DBNodeIds;
@com.aliyun.core.annotation.NameInMap("DBType")
private String DBType;
@com.aliyun.core.annotation.NameInMap("DBVersion")
private String DBVersion;
@com.aliyun.core.annotation.NameInMap("Deadline")
private String deadline;
@com.aliyun.core.annotation.NameInMap("Impact")
private String impact;
@com.aliyun.core.annotation.NameInMap("ImpactEn")
private String impactEn;
@com.aliyun.core.annotation.NameInMap("ImpactZh")
private String impactZh;
@com.aliyun.core.annotation.NameInMap("InsComment")
private String insComment;
@com.aliyun.core.annotation.NameInMap("ModifiedTime")
private String modifiedTime;
@com.aliyun.core.annotation.NameInMap("PrepareInterval")
private String prepareInterval;
@com.aliyun.core.annotation.NameInMap("Region")
private String region;
@com.aliyun.core.annotation.NameInMap("ResultInfo")
private String resultInfo;
@com.aliyun.core.annotation.NameInMap("StartTime")
private String startTime;
@com.aliyun.core.annotation.NameInMap("Status")
private Integer status;
@com.aliyun.core.annotation.NameInMap("SwitchTime")
private String switchTime;
@com.aliyun.core.annotation.NameInMap("TaskId")
private Integer taskId;
@com.aliyun.core.annotation.NameInMap("TaskParams")
private String taskParams;
@com.aliyun.core.annotation.NameInMap("TaskType")
private String taskType;
@com.aliyun.core.annotation.NameInMap("TaskTypeEn")
private String taskTypeEn;
@com.aliyun.core.annotation.NameInMap("TaskTypeZh")
private String taskTypeZh;
private Items(Builder builder) {
this.allowCancel = builder.allowCancel;
this.allowChange = builder.allowChange;
this.changeLevel = builder.changeLevel;
this.changeLevelEn = builder.changeLevelEn;
this.changeLevelZh = builder.changeLevelZh;
this.createdTime = builder.createdTime;
this.currentAVZ = builder.currentAVZ;
this.DBClusterId = builder.DBClusterId;
this.DBNodeIds = builder.DBNodeIds;
this.DBType = builder.DBType;
this.DBVersion = builder.DBVersion;
this.deadline = builder.deadline;
this.impact = builder.impact;
this.impactEn = builder.impactEn;
this.impactZh = builder.impactZh;
this.insComment = builder.insComment;
this.modifiedTime = builder.modifiedTime;
this.prepareInterval = builder.prepareInterval;
this.region = builder.region;
this.resultInfo = builder.resultInfo;
this.startTime = builder.startTime;
this.status = builder.status;
this.switchTime = builder.switchTime;
this.taskId = builder.taskId;
this.taskParams = builder.taskParams;
this.taskType = builder.taskType;
this.taskTypeEn = builder.taskTypeEn;
this.taskTypeZh = builder.taskTypeZh;
}
public static Builder builder() {
return new Builder();
}
public static Items create() {
return builder().build();
}
/**
* @return allowCancel
*/
public Long getAllowCancel() {
return this.allowCancel;
}
/**
* @return allowChange
*/
public Long getAllowChange() {
return this.allowChange;
}
/**
* @return changeLevel
*/
public String getChangeLevel() {
return this.changeLevel;
}
/**
* @return changeLevelEn
*/
public String getChangeLevelEn() {
return this.changeLevelEn;
}
/**
* @return changeLevelZh
*/
public String getChangeLevelZh() {
return this.changeLevelZh;
}
/**
* @return createdTime
*/
public String getCreatedTime() {
return this.createdTime;
}
/**
* @return currentAVZ
*/
public String getCurrentAVZ() {
return this.currentAVZ;
}
/**
* @return DBClusterId
*/
public String getDBClusterId() {
return this.DBClusterId;
}
/**
* @return DBNodeIds
*/
public java.util.List getDBNodeIds() {
return this.DBNodeIds;
}
/**
* @return DBType
*/
public String getDBType() {
return this.DBType;
}
/**
* @return DBVersion
*/
public String getDBVersion() {
return this.DBVersion;
}
/**
* @return deadline
*/
public String getDeadline() {
return this.deadline;
}
/**
* @return impact
*/
public String getImpact() {
return this.impact;
}
/**
* @return impactEn
*/
public String getImpactEn() {
return this.impactEn;
}
/**
* @return impactZh
*/
public String getImpactZh() {
return this.impactZh;
}
/**
* @return insComment
*/
public String getInsComment() {
return this.insComment;
}
/**
* @return modifiedTime
*/
public String getModifiedTime() {
return this.modifiedTime;
}
/**
* @return prepareInterval
*/
public String getPrepareInterval() {
return this.prepareInterval;
}
/**
* @return region
*/
public String getRegion() {
return this.region;
}
/**
* @return resultInfo
*/
public String getResultInfo() {
return this.resultInfo;
}
/**
* @return startTime
*/
public String getStartTime() {
return this.startTime;
}
/**
* @return status
*/
public Integer getStatus() {
return this.status;
}
/**
* @return switchTime
*/
public String getSwitchTime() {
return this.switchTime;
}
/**
* @return taskId
*/
public Integer getTaskId() {
return this.taskId;
}
/**
* @return taskParams
*/
public String getTaskParams() {
return this.taskParams;
}
/**
* @return taskType
*/
public String getTaskType() {
return this.taskType;
}
/**
* @return taskTypeEn
*/
public String getTaskTypeEn() {
return this.taskTypeEn;
}
/**
* @return taskTypeZh
*/
public String getTaskTypeZh() {
return this.taskTypeZh;
}
public static final class Builder {
private Long allowCancel;
private Long allowChange;
private String changeLevel;
private String changeLevelEn;
private String changeLevelZh;
private String createdTime;
private String currentAVZ;
private String DBClusterId;
private java.util.List DBNodeIds;
private String DBType;
private String DBVersion;
private String deadline;
private String impact;
private String impactEn;
private String impactZh;
private String insComment;
private String modifiedTime;
private String prepareInterval;
private String region;
private String resultInfo;
private String startTime;
private Integer status;
private String switchTime;
private Integer taskId;
private String taskParams;
private String taskType;
private String taskTypeEn;
private String taskTypeZh;
/**
* AllowCancel.
*/
public Builder allowCancel(Long allowCancel) {
this.allowCancel = allowCancel;
return this;
}
/**
* AllowChange.
*/
public Builder allowChange(Long allowChange) {
this.allowChange = allowChange;
return this;
}
/**
* ChangeLevel.
*/
public Builder changeLevel(String changeLevel) {
this.changeLevel = changeLevel;
return this;
}
/**
* ChangeLevelEn.
*/
public Builder changeLevelEn(String changeLevelEn) {
this.changeLevelEn = changeLevelEn;
return this;
}
/**
* ChangeLevelZh.
*/
public Builder changeLevelZh(String changeLevelZh) {
this.changeLevelZh = changeLevelZh;
return this;
}
/**
* CreatedTime.
*/
public Builder createdTime(String createdTime) {
this.createdTime = createdTime;
return this;
}
/**
* CurrentAVZ.
*/
public Builder currentAVZ(String currentAVZ) {
this.currentAVZ = currentAVZ;
return this;
}
/**
* DBClusterId.
*/
public Builder DBClusterId(String DBClusterId) {
this.DBClusterId = DBClusterId;
return this;
}
/**
* DBNodeIds.
*/
public Builder DBNodeIds(java.util.List DBNodeIds) {
this.DBNodeIds = DBNodeIds;
return this;
}
/**
* DBType.
*/
public Builder DBType(String DBType) {
this.DBType = DBType;
return this;
}
/**
* DBVersion.
*/
public Builder DBVersion(String DBVersion) {
this.DBVersion = DBVersion;
return this;
}
/**
* Deadline.
*/
public Builder deadline(String deadline) {
this.deadline = deadline;
return this;
}
/**
* Impact.
*/
public Builder impact(String impact) {
this.impact = impact;
return this;
}
/**
* ImpactEn.
*/
public Builder impactEn(String impactEn) {
this.impactEn = impactEn;
return this;
}
/**
* ImpactZh.
*/
public Builder impactZh(String impactZh) {
this.impactZh = impactZh;
return this;
}
/**
* InsComment.
*/
public Builder insComment(String insComment) {
this.insComment = insComment;
return this;
}
/**
* ModifiedTime.
*/
public Builder modifiedTime(String modifiedTime) {
this.modifiedTime = modifiedTime;
return this;
}
/**
* PrepareInterval.
*/
public Builder prepareInterval(String prepareInterval) {
this.prepareInterval = prepareInterval;
return this;
}
/**
* Region.
*/
public Builder region(String region) {
this.region = region;
return this;
}
/**
* ResultInfo.
*/
public Builder resultInfo(String resultInfo) {
this.resultInfo = resultInfo;
return this;
}
/**
* StartTime.
*/
public Builder startTime(String startTime) {
this.startTime = startTime;
return this;
}
/**
* Status.
*/
public Builder status(Integer status) {
this.status = status;
return this;
}
/**
* SwitchTime.
*/
public Builder switchTime(String switchTime) {
this.switchTime = switchTime;
return this;
}
/**
* TaskId.
*/
public Builder taskId(Integer taskId) {
this.taskId = taskId;
return this;
}
/**
* TaskParams.
*/
public Builder taskParams(String taskParams) {
this.taskParams = taskParams;
return this;
}
/**
* TaskType.
*/
public Builder taskType(String taskType) {
this.taskType = taskType;
return this;
}
/**
* TaskTypeEn.
*/
public Builder taskTypeEn(String taskTypeEn) {
this.taskTypeEn = taskTypeEn;
return this;
}
/**
* TaskTypeZh.
*/
public Builder taskTypeZh(String taskTypeZh) {
this.taskTypeZh = taskTypeZh;
return this;
}
public Items build() {
return new Items(this);
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy