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