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