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