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