public class LogConfigListPage extends AbstractModel
header, skipSign
Constructor and Description |
---|
LogConfigListPage() |
LogConfigListPage(LogConfigListPage 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.
|
LogConfig[] |
getRecords()
Get Record
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(LogConfig[] Records)
Set Record
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LogConfigListPage()
public LogConfigListPage(LogConfigListPage source)
public LogConfig[] getRecords()
public void setRecords(LogConfig[] Records)
Records
- Record
Note: This field may return `null`, indicating that no valid values can be obtained.public String getContinueToken()
public void setContinueToken(String ContinueToken)
ContinueToken
- Paging cursor
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.