public class QueryDirectCustomersCreditData extends AbstractModel
Constructor and Description |
---|
QueryDirectCustomersCreditData() |
QueryDirectCustomersCreditData(QueryDirectCustomersCreditData 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 |
---|---|
Float |
getRemainingCredit()
Get Remaining credit
|
Float |
getTotalCredit()
Get Total credit
|
Long |
getUin()
Get User UIN
|
void |
setRemainingCredit(Float RemainingCredit)
Set Remaining credit
|
void |
setTotalCredit(Float TotalCredit)
Set Total credit
|
void |
setUin(Long Uin)
Set User UIN
|
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 QueryDirectCustomersCreditData()
public QueryDirectCustomersCreditData(QueryDirectCustomersCreditData source)
public Long getUin()
public void setUin(Long Uin)
Uin
- User UINpublic Float getTotalCredit()
public void setTotalCredit(Float TotalCredit)
TotalCredit
- Total creditpublic Float getRemainingCredit()
public void setRemainingCredit(Float RemainingCredit)
RemainingCredit
- Remaining creditCopyright © 2023. All rights reserved.