public class PaymentOrders extends AbstractModel
skipSign
Constructor and Description |
---|
PaymentOrders() |
PaymentOrders(PaymentOrders 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 |
---|---|
Long |
getCount()
Get 总数
|
PaymentOrderResult[] |
getList()
Get 列表
|
void |
setCount(Long Count)
Set 总数
|
void |
setList(PaymentOrderResult[] List)
Set 列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PaymentOrders()
public PaymentOrders(PaymentOrders source)
public PaymentOrderResult[] getList()
public void setList(PaymentOrderResult[] List)
List
- 列表public Long getCount()
public void setCount(Long Count)
Count
- 总数Copyright © 2023. All rights reserved.