public class GetDefaultStorageLocationResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
GetDefaultStorageLocationResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
GetDefaultStorageLocationResponse() |
限定符和类型 | 方法和说明 |
---|---|
static GetDefaultStorageLocationResponse |
build(Map<String,?> map) |
GetDefaultStorageLocationResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetDefaultStorageLocationResponse |
setBody(GetDefaultStorageLocationResponseBody body) |
GetDefaultStorageLocationResponse |
setHeaders(Map<String,String> headers) |
GetDefaultStorageLocationResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetDefaultStorageLocationResponseBody body
public static GetDefaultStorageLocationResponse build(Map<String,?> map) throws Exception
Exception
public GetDefaultStorageLocationResponse setHeaders(Map<String,String> headers)
public GetDefaultStorageLocationResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetDefaultStorageLocationResponse setBody(GetDefaultStorageLocationResponseBody body)
public GetDefaultStorageLocationResponseBody getBody()
Copyright © 2024. All rights reserved.