public class PagedTransaction extends AbstractModel
Constructor and Description |
---|
PagedTransaction() |
PagedTransaction(PagedTransaction 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 |
---|---|
Transaction[] |
getContent()
Get 主事务分组列表
|
Long |
getTotalCount()
Get 总条数,特定在该接口中总是会返回null
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContent(Transaction[] Content)
Set 主事务分组列表
|
void |
setTotalCount(Long TotalCount)
Set 总条数,特定在该接口中总是会返回null
注意:此字段可能返回 null,表示取不到有效值。
|
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 PagedTransaction()
public PagedTransaction(PagedTransaction source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 总条数,特定在该接口中总是会返回null
注意:此字段可能返回 null,表示取不到有效值。public Transaction[] getContent()
public void setContent(Transaction[] Content)
Content
- 主事务分组列表Copyright © 2022. All rights reserved.