public static class GetCustomerAccountInfoResponseBody.GetCustomerAccountInfoResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountType |
String |
creditLimitStatus |
String |
hostingStatus |
Boolean |
isCertified |
String |
loginEmail |
Long |
mpk |
| 构造器和说明 |
|---|
GetCustomerAccountInfoResponseBodyData() |
@NameInMap(value="AccountType") public String accountType
@NameInMap(value="CreditLimitStatus") public String creditLimitStatus
@NameInMap(value="HostingStatus") public String hostingStatus
@NameInMap(value="IsCertified") public Boolean isCertified
@NameInMap(value="LoginEmail") public String loginEmail
@NameInMap(value="Mpk") public Long mpk
public static GetCustomerAccountInfoResponseBody.GetCustomerAccountInfoResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic GetCustomerAccountInfoResponseBody.GetCustomerAccountInfoResponseBodyData setAccountType(String accountType)
public String getAccountType()
public GetCustomerAccountInfoResponseBody.GetCustomerAccountInfoResponseBodyData setCreditLimitStatus(String creditLimitStatus)
public String getCreditLimitStatus()
public GetCustomerAccountInfoResponseBody.GetCustomerAccountInfoResponseBodyData setHostingStatus(String hostingStatus)
public String getHostingStatus()
public GetCustomerAccountInfoResponseBody.GetCustomerAccountInfoResponseBodyData setIsCertified(Boolean isCertified)
public Boolean getIsCertified()
public GetCustomerAccountInfoResponseBody.GetCustomerAccountInfoResponseBodyData setLoginEmail(String loginEmail)
public String getLoginEmail()
public GetCustomerAccountInfoResponseBody.GetCustomerAccountInfoResponseBodyData setMpk(Long mpk)
public Long getMpk()
Copyright © 2022. All rights reserved.