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