public class DescribeConfigDataListPage extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getContinueToken()
Get 分页游标,用以查询下一页
注意:此字段可能返回 null,表示取不到有效值。
|
ConfigData[] |
getRecords()
Get 记录
|
Long |
getRemainingCount()
Get 剩余数目
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContinueToken(String ContinueToken)
Set 分页游标,用以查询下一页
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecords(ConfigData[] Records)
Set 记录
|
void |
setRemainingCount(Long RemainingCount)
Set 剩余数目
注意:此字段可能返回 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 DescribeConfigDataListPage()
public DescribeConfigDataListPage(DescribeConfigDataListPage source)
public ConfigData[] getRecords()
public void setRecords(ConfigData[] Records)
Records
- 记录public String getContinueToken()
public void setContinueToken(String ContinueToken)
ContinueToken
- 分页游标,用以查询下一页
注意:此字段可能返回 null,表示取不到有效值。public Long getRemainingCount()
public void setRemainingCount(Long RemainingCount)
RemainingCount
- 剩余数目
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.