Class DescribeConfigDataListPage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.DescribeConfigDataListPage
-
public class DescribeConfigDataListPage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeConfigDataListPage()DescribeConfigDataListPage(DescribeConfigDataListPage 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 StringgetContinueToken()Get 分页游标,用以查询下一页 注意:此字段可能返回 null,表示取不到有效值。ConfigData[]getRecords()Get 记录LonggetRemainingCount()Get 剩余数目 注意:此字段可能返回 null,表示取不到有效值。voidsetContinueToken(String ContinueToken)Set 分页游标,用以查询下一页 注意:此字段可能返回 null,表示取不到有效值。voidsetRecords(ConfigData[] Records)Set 记录voidsetRemainingCount(Long RemainingCount)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
-
DescribeConfigDataListPage
public DescribeConfigDataListPage()
-
DescribeConfigDataListPage
public DescribeConfigDataListPage(DescribeConfigDataListPage 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
-
getRecords
public ConfigData[] getRecords()
Get 记录- Returns:
- Records 记录
-
setRecords
public void setRecords(ConfigData[] Records)
Set 记录- Parameters:
Records- 记录
-
getContinueToken
public String getContinueToken()
Get 分页游标,用以查询下一页 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContinueToken 分页游标,用以查询下一页 注意:此字段可能返回 null,表示取不到有效值。
-
setContinueToken
public void setContinueToken(String ContinueToken)
Set 分页游标,用以查询下一页 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContinueToken- 分页游标,用以查询下一页 注意:此字段可能返回 null,表示取不到有效值。
-
getRemainingCount
public Long getRemainingCount()
Get 剩余数目 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RemainingCount 剩余数目 注意:此字段可能返回 null,表示取不到有效值。
-
setRemainingCount
public void setRemainingCount(Long RemainingCount)
Set 剩余数目 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RemainingCount- 剩余数目 注意:此字段可能返回 null,表示取不到有效值。
-
-