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