public class QueryClientListItem extends AbstractModel
Constructor and Description |
---|
QueryClientListItem() |
QueryClientListItem(QueryClientListItem 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 |
getArrears()
Get Overdue payment flag
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getAssociationTime()
Get Binding time
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getClientUin()
Get Customer UIN
Note: this field may return null, indicating that no valid values can be obtained.
|
Float |
getCreditAmount()
Get Credit granted to customer
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getEmail()
Get Email
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getMobile()
Get Phone
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Name
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getRecentExpiry()
Get Expiration time
Note: this field may return null, indicating that no valid values can be obtained.
|
Float |
getRestCreditAmount()
Get Customer's remaining credit
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getType()
Get Type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setArrears(String Arrears)
Set Overdue payment flag
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setAssociationTime(String AssociationTime)
Set Binding time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setClientUin(Long ClientUin)
Set Customer UIN
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCreditAmount(Float CreditAmount)
Set Credit granted to customer
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setEmail(String Email)
Set Email
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMobile(String Mobile)
Set Phone
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRecentExpiry(String RecentExpiry)
Set Expiration time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRestCreditAmount(Float RestCreditAmount)
Set Customer's remaining credit
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setType(String Type)
Set Type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryClientListItem()
public QueryClientListItem(QueryClientListItem source)
public String getName()
public void setName(String Name)
Name
- Name
Note: this field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type
- Type
Note: this field may return null, indicating that no valid values can be obtained.public String getMobile()
public void setMobile(String Mobile)
Mobile
- Phone
Note: this field may return null, indicating that no valid values can be obtained.public String getEmail()
public void setEmail(String Email)
Email
- Email
Note: this field may return null, indicating that no valid values can be obtained.public String getArrears()
public void setArrears(String Arrears)
Arrears
- Overdue payment flag
Note: this field may return null, indicating that no valid values can be obtained.public String getAssociationTime()
public void setAssociationTime(String AssociationTime)
AssociationTime
- Binding time
Note: this field may return null, indicating that no valid values can be obtained.public String getRecentExpiry()
public void setRecentExpiry(String RecentExpiry)
RecentExpiry
- Expiration time
Note: this field may return null, indicating that no valid values can be obtained.public Long getClientUin()
public void setClientUin(Long ClientUin)
ClientUin
- Customer UIN
Note: this field may return null, indicating that no valid values can be obtained.public Float getCreditAmount()
public void setCreditAmount(Float CreditAmount)
CreditAmount
- Credit granted to customer
Note: this field may return null, indicating that no valid values can be obtained.public Float getRestCreditAmount()
public void setRestCreditAmount(Float RestCreditAmount)
RestCreditAmount
- Customer's remaining credit
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.