com.aliyuncs.dbs.model.v20190306.DescribeBackupSetDownloadTaskListResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-dbs Show documentation
Show all versions of aliyun-java-sdk-dbs Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.dbs.model.v20190306;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.dbs.transform.v20190306.DescribeBackupSetDownloadTaskListResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeBackupSetDownloadTaskListResponse extends AcsResponse {
private Boolean success;
private String errCode;
private String errMessage;
private Integer httpStatusCode;
private String requestId;
private Integer totalPages;
private Integer pageSize;
private Integer pageNum;
private Integer totalElements;
private List items;
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public String getErrCode() {
return this.errCode;
}
public void setErrCode(String errCode) {
this.errCode = errCode;
}
public String getErrMessage() {
return this.errMessage;
}
public void setErrMessage(String errMessage) {
this.errMessage = errMessage;
}
public Integer getHttpStatusCode() {
return this.httpStatusCode;
}
public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalPages() {
return this.totalPages;
}
public void setTotalPages(Integer totalPages) {
this.totalPages = totalPages;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getPageNum() {
return this.pageNum;
}
public void setPageNum(Integer pageNum) {
this.pageNum = pageNum;
}
public Integer getTotalElements() {
return this.totalElements;
}
public void setTotalElements(Integer totalElements) {
this.totalElements = totalElements;
}
public List getItems() {
return this.items;
}
public void setItems(List items) {
this.items = items;
}
public static class BackupSetDownloadTaskDetail {
private String backupPlanId;
private String backupSetDownloadTaskId;
private String backupSetDownloadTaskName;
private String backupSetDownloadStatus;
private Long backupSetDownloadCreateTime;
private Long backupSetDownloadFinishTime;
private String backupSetId;
private String backupSetCode;
private String backupSetJobType;
private Long backupSetDataSize;
private String backupSetDataFormat;
private String backupSetDbType;
private String backupSetDownloadWay;
private String backupSetDownloadDir;
private String backupSetDownloadTargetType;
private Long backupGatewayId;
private String backupSetDownloadIntranetUrl;
private String backupSetDownloadInternetUrl;
private String errMessage;
public String getBackupPlanId() {
return this.backupPlanId;
}
public void setBackupPlanId(String backupPlanId) {
this.backupPlanId = backupPlanId;
}
public String getBackupSetDownloadTaskId() {
return this.backupSetDownloadTaskId;
}
public void setBackupSetDownloadTaskId(String backupSetDownloadTaskId) {
this.backupSetDownloadTaskId = backupSetDownloadTaskId;
}
public String getBackupSetDownloadTaskName() {
return this.backupSetDownloadTaskName;
}
public void setBackupSetDownloadTaskName(String backupSetDownloadTaskName) {
this.backupSetDownloadTaskName = backupSetDownloadTaskName;
}
public String getBackupSetDownloadStatus() {
return this.backupSetDownloadStatus;
}
public void setBackupSetDownloadStatus(String backupSetDownloadStatus) {
this.backupSetDownloadStatus = backupSetDownloadStatus;
}
public Long getBackupSetDownloadCreateTime() {
return this.backupSetDownloadCreateTime;
}
public void setBackupSetDownloadCreateTime(Long backupSetDownloadCreateTime) {
this.backupSetDownloadCreateTime = backupSetDownloadCreateTime;
}
public Long getBackupSetDownloadFinishTime() {
return this.backupSetDownloadFinishTime;
}
public void setBackupSetDownloadFinishTime(Long backupSetDownloadFinishTime) {
this.backupSetDownloadFinishTime = backupSetDownloadFinishTime;
}
public String getBackupSetId() {
return this.backupSetId;
}
public void setBackupSetId(String backupSetId) {
this.backupSetId = backupSetId;
}
public String getBackupSetCode() {
return this.backupSetCode;
}
public void setBackupSetCode(String backupSetCode) {
this.backupSetCode = backupSetCode;
}
public String getBackupSetJobType() {
return this.backupSetJobType;
}
public void setBackupSetJobType(String backupSetJobType) {
this.backupSetJobType = backupSetJobType;
}
public Long getBackupSetDataSize() {
return this.backupSetDataSize;
}
public void setBackupSetDataSize(Long backupSetDataSize) {
this.backupSetDataSize = backupSetDataSize;
}
public String getBackupSetDataFormat() {
return this.backupSetDataFormat;
}
public void setBackupSetDataFormat(String backupSetDataFormat) {
this.backupSetDataFormat = backupSetDataFormat;
}
public String getBackupSetDbType() {
return this.backupSetDbType;
}
public void setBackupSetDbType(String backupSetDbType) {
this.backupSetDbType = backupSetDbType;
}
public String getBackupSetDownloadWay() {
return this.backupSetDownloadWay;
}
public void setBackupSetDownloadWay(String backupSetDownloadWay) {
this.backupSetDownloadWay = backupSetDownloadWay;
}
public String getBackupSetDownloadDir() {
return this.backupSetDownloadDir;
}
public void setBackupSetDownloadDir(String backupSetDownloadDir) {
this.backupSetDownloadDir = backupSetDownloadDir;
}
public String getBackupSetDownloadTargetType() {
return this.backupSetDownloadTargetType;
}
public void setBackupSetDownloadTargetType(String backupSetDownloadTargetType) {
this.backupSetDownloadTargetType = backupSetDownloadTargetType;
}
public Long getBackupGatewayId() {
return this.backupGatewayId;
}
public void setBackupGatewayId(Long backupGatewayId) {
this.backupGatewayId = backupGatewayId;
}
public String getBackupSetDownloadIntranetUrl() {
return this.backupSetDownloadIntranetUrl;
}
public void setBackupSetDownloadIntranetUrl(String backupSetDownloadIntranetUrl) {
this.backupSetDownloadIntranetUrl = backupSetDownloadIntranetUrl;
}
public String getBackupSetDownloadInternetUrl() {
return this.backupSetDownloadInternetUrl;
}
public void setBackupSetDownloadInternetUrl(String backupSetDownloadInternetUrl) {
this.backupSetDownloadInternetUrl = backupSetDownloadInternetUrl;
}
public String getErrMessage() {
return this.errMessage;
}
public void setErrMessage(String errMessage) {
this.errMessage = errMessage;
}
}
@Override
public DescribeBackupSetDownloadTaskListResponse getInstance(UnmarshallerContext context) {
return DescribeBackupSetDownloadTaskListResponseUnmarshaller.unmarshall(this, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy