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