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