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