public class AddLibraryResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
AddLibraryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static AddLibraryResponse |
build(Map<String,?> map) |
AddLibraryResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
AddLibraryResponse |
setBody(AddLibraryResponseBody body) |
AddLibraryResponse |
setHeaders(Map<String,String> headers) |
@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 setBody(AddLibraryResponseBody body)
public AddLibraryResponseBody getBody()
Copyright © 2022. All rights reserved.