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