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