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