Class QueryExceedingInfoResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryExceedingInfoResult
-
public class QueryExceedingInfoResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryExceedingInfoResult()QueryExceedingInfoResult(QueryExceedingInfoResult 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 记录总数。QueryExceedingInfoData[]getData()Get 超额信息数据。 注意:此字段可能返回 null,表示取不到有效值。voidsetCount(Long Count)Set 记录总数。voidsetData(QueryExceedingInfoData[] Data)Set 超额信息数据。 注意:此字段可能返回 null,表示取不到有效值。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
-
QueryExceedingInfoResult
public QueryExceedingInfoResult()
-
QueryExceedingInfoResult
public QueryExceedingInfoResult(QueryExceedingInfoResult 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
-
getCount
public Long getCount()
Get 记录总数。- Returns:
- Count 记录总数。
-
setCount
public void setCount(Long Count)
Set 记录总数。- Parameters:
Count- 记录总数。
-
getData
public QueryExceedingInfoData[] getData()
Get 超额信息数据。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Data 超额信息数据。 注意:此字段可能返回 null,表示取不到有效值。
-
setData
public void setData(QueryExceedingInfoData[] Data)
Set 超额信息数据。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Data- 超额信息数据。 注意:此字段可能返回 null,表示取不到有效值。
-
-