Class QueryBalanceResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryBalanceResponse
-
public class QueryBalanceResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryBalanceResponse()QueryBalanceResponse(QueryBalanceResponse 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 StringgetEndFlag()Get 结束标志QueryItem[]getQueryItems()Get 查询结果项StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetResultCount()Get 本次交易返回查询结果记录数StringgetStartRecordOffset()Get 起始记录号StringgetTotalCount()Get 符合业务查询条件的记录总数voidsetEndFlag(String EndFlag)Set 结束标志voidsetQueryItems(QueryItem[] QueryItems)Set 查询结果项voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetResultCount(String ResultCount)Set 本次交易返回查询结果记录数voidsetStartRecordOffset(String StartRecordOffset)Set 起始记录号voidsetTotalCount(String TotalCount)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
-
QueryBalanceResponse
public QueryBalanceResponse()
-
QueryBalanceResponse
public QueryBalanceResponse(QueryBalanceResponse 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
-
getResultCount
public String getResultCount()
Get 本次交易返回查询结果记录数- Returns:
- ResultCount 本次交易返回查询结果记录数
-
setResultCount
public void setResultCount(String ResultCount)
Set 本次交易返回查询结果记录数- Parameters:
ResultCount- 本次交易返回查询结果记录数
-
getStartRecordOffset
public String getStartRecordOffset()
Get 起始记录号- Returns:
- StartRecordOffset 起始记录号
-
setStartRecordOffset
public void setStartRecordOffset(String StartRecordOffset)
Set 起始记录号- Parameters:
StartRecordOffset- 起始记录号
-
getEndFlag
public String getEndFlag()
Get 结束标志- Returns:
- EndFlag 结束标志
-
setEndFlag
public void setEndFlag(String EndFlag)
Set 结束标志- Parameters:
EndFlag- 结束标志
-
getTotalCount
public String getTotalCount()
Get 符合业务查询条件的记录总数- Returns:
- TotalCount 符合业务查询条件的记录总数
-
setTotalCount
public void setTotalCount(String TotalCount)
Set 符合业务查询条件的记录总数- Parameters:
TotalCount- 符合业务查询条件的记录总数
-
getQueryItems
public QueryItem[] getQueryItems()
Get 查询结果项- Returns:
- QueryItems 查询结果项
-
setQueryItems
public void setQueryItems(QueryItem[] QueryItems)
Set 查询结果项- Parameters:
QueryItems- 查询结果项
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-