Class QueryOpenBankBillDataPageResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryOpenBankBillDataPageResult
-
public class QueryOpenBankBillDataPageResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryOpenBankBillDataPageResult()QueryOpenBankBillDataPageResult(QueryOpenBankBillDataPageResult 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Get 总数QueryOpenBankBillData[]getDataList()Get 账单数据明细 注意:此字段可能返回 null,表示取不到有效值。LonggetPageNo()Get 页码LonggetPageSize()Get 分页大小voidsetCount(Long Count)Set 总数voidsetDataList(QueryOpenBankBillData[] DataList)Set 账单数据明细 注意:此字段可能返回 null,表示取不到有效值。voidsetPageNo(Long PageNo)Set 页码voidsetPageSize(Long PageSize)Set 分页大小voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryOpenBankBillDataPageResult
public QueryOpenBankBillDataPageResult()
-
QueryOpenBankBillDataPageResult
public QueryOpenBankBillDataPageResult(QueryOpenBankBillDataPageResult 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.
-
-
Method Detail
-
getPageNo
public Long getPageNo()
Get 页码- Returns:
- PageNo 页码
-
setPageNo
public void setPageNo(Long PageNo)
Set 页码- Parameters:
PageNo- 页码
-
getPageSize
public Long getPageSize()
Get 分页大小- Returns:
- PageSize 分页大小
-
setPageSize
public void setPageSize(Long PageSize)
Set 分页大小- Parameters:
PageSize- 分页大小
-
getCount
public Long getCount()
Get 总数- Returns:
- Count 总数
-
setCount
public void setCount(Long Count)
Set 总数- Parameters:
Count- 总数
-
getDataList
public QueryOpenBankBillData[] getDataList()
Get 账单数据明细 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DataList 账单数据明细 注意:此字段可能返回 null,表示取不到有效值。
-
setDataList
public void setDataList(QueryOpenBankBillData[] DataList)
Set 账单数据明细 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DataList- 账单数据明细 注意:此字段可能返回 null,表示取不到有效值。
-
-