public class GetDefaultStorageLocationResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bucket
example:
oss-test-bucket
|
String |
path
example:
ice/dir
|
String |
requestId
example:
11-DB8D-4A9A-875B-275798
|
String |
status
example:
normal
|
String |
storageType
example:
user_oss_bucket
|
构造器和说明 |
---|
GetDefaultStorageLocationResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetDefaultStorageLocationResponseBody |
build(Map<String,?> map) |
String |
getBucket() |
String |
getPath() |
String |
getRequestId() |
String |
getStatus() |
String |
getStorageType() |
GetDefaultStorageLocationResponseBody |
setBucket(String bucket) |
GetDefaultStorageLocationResponseBody |
setPath(String path) |
GetDefaultStorageLocationResponseBody |
setRequestId(String requestId) |
GetDefaultStorageLocationResponseBody |
setStatus(String status) |
GetDefaultStorageLocationResponseBody |
setStorageType(String storageType) |
@NameInMap(value="Bucket") public String bucket
oss-test-bucket
@NameInMap(value="Path") public String path
ice/dir
@NameInMap(value="RequestId") public String requestId
11-DB8D-4A9A-875B-275798
@NameInMap(value="Status") public String status
normal
@NameInMap(value="StorageType") public String storageType
user_oss_bucket
public static GetDefaultStorageLocationResponseBody build(Map<String,?> map) throws Exception
Exception
public GetDefaultStorageLocationResponseBody setBucket(String bucket)
public String getBucket()
public GetDefaultStorageLocationResponseBody setPath(String path)
public String getPath()
public GetDefaultStorageLocationResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDefaultStorageLocationResponseBody setStatus(String status)
public String getStatus()
public GetDefaultStorageLocationResponseBody setStorageType(String storageType)
public String getStorageType()
Copyright © 2024. All rights reserved.