public class QueryVoucherListByUinVoucherItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
QueryVoucherListByUinVoucherItem() |
QueryVoucherListByUinVoucherItem(QueryVoucherListByUinVoucherItem 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 |
getRemainAmount()
Get Balance
|
Float |
getTotalAmount()
Get Voucher value
|
String |
getVoucherId()
Get Voucher ID
|
String |
getVoucherStatus()
Get Voucher status
|
void |
setRemainAmount(Float RemainAmount)
Set Balance
|
void |
setTotalAmount(Float TotalAmount)
Set Voucher value
|
void |
setVoucherId(String VoucherId)
Set Voucher ID
|
void |
setVoucherStatus(String VoucherStatus)
Set Voucher status
|
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 QueryVoucherListByUinVoucherItem()
public QueryVoucherListByUinVoucherItem(QueryVoucherListByUinVoucherItem source)
public String getVoucherId()
public void setVoucherId(String VoucherId)
VoucherId - Voucher IDpublic String getVoucherStatus()
public void setVoucherStatus(String VoucherStatus)
VoucherStatus - Voucher statuspublic Float getTotalAmount()
public void setTotalAmount(Float TotalAmount)
TotalAmount - Voucher valuepublic Float getRemainAmount()
public void setRemainAmount(Float RemainAmount)
RemainAmount - BalanceCopyright © 2025. All rights reserved.