public class QueryPendingCustomersItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryPendingCustomersItem() | 
| QueryPendingCustomersItem(QueryPendingCustomersItem source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getApplyTime()Get Application time. | 
| Long | getClientUin()Get Sub-Account uin. | 
| String | getEmail()Get Email. | 
| String | getMobile()Get Mobile number. | 
| String | getName()Get Name. | 
| String | getStatus()Get Approval status. | 
| String | getType()Get Sub-Customer type. | 
| void | setApplyTime(String ApplyTime)Set Application time. | 
| void | setClientUin(Long ClientUin)Set Sub-Account uin. | 
| void | setEmail(String Email)Set Email. | 
| void | setMobile(String Mobile)Set Mobile number. | 
| void | setName(String Name)Set Name. | 
| void | setStatus(String Status)Set Approval status. | 
| void | setType(String Type)Set Sub-Customer type. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryPendingCustomersItem()
public QueryPendingCustomersItem(QueryPendingCustomersItem source)
public String getApplyTime()
public void setApplyTime(String ApplyTime)
ApplyTime - Application time.public Long getClientUin()
public void setClientUin(Long ClientUin)
ClientUin - Sub-Account uin.public String getEmail()
public void setEmail(String Email)
Email - Email.public String getMobile()
public void setMobile(String Mobile)
Mobile - Mobile number.public String getName()
public void setName(String Name)
Name - Name.public String getStatus()
public void setStatus(String Status)
Status - Approval status.public String getType()
public void setType(String Type)
Type - Sub-Customer type.Copyright © 2025. All rights reserved.