com.aliyun.ccp.ossclient.models.GetDriveResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ccp-oss-client Show documentation
Show all versions of ccp-oss-client Show documentation
Aliyun CCP oss SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ossclient.models;
import com.aliyun.tea.*;
public class GetDriveResponse extends TeaModel {
@NameInMap("requestId")
public String requestId;
@NameInMap("creator")
public String creator;
@NameInMap("description")
public String description;
@NameInMap("domain_id")
public String domainId;
@NameInMap("drive_id")
public String driveId;
@NameInMap("drive_name")
public String driveName;
@NameInMap("drive_type")
public String driveType;
@NameInMap("owner")
public String owner;
@NameInMap("relative_path")
public String relativePath;
@NameInMap("status")
public String status;
@NameInMap("store_id")
public String storeId;
@NameInMap("total_size")
public Long totalSize;
@NameInMap("used_size")
public Long usedSize;
public static GetDriveResponse build(java.util.Map map) throws Exception {
GetDriveResponse self = new GetDriveResponse();
return TeaModel.build(map, self);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy