public class DescribeConfigDataListPage extends AbstractModel
header, skipSign| 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 Paging cursor
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
ConfigData[] | 
getRecords()
Get Record 
 | 
Long | 
getRemainingCount()
Get Remaining number
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setContinueToken(String ContinueToken)
Set Paging cursor
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setRecords(ConfigData[] Records)
Set Record 
 | 
void | 
setRemainingCount(Long RemainingCount)
Set Remaining number
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeConfigDataListPage()
public DescribeConfigDataListPage(DescribeConfigDataListPage source)
public ConfigData[] getRecords()
public void setRecords(ConfigData[] Records)
Records - Recordpublic String getContinueToken()
public void setContinueToken(String ContinueToken)
ContinueToken - Paging cursor
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getRemainingCount()
public void setRemainingCount(Long RemainingCount)
RemainingCount - Remaining number
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.