Class LogConfigListPage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20210701.models.LogConfigListPage
-
public class LogConfigListPage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContinueToken()Get 翻页游标 注意:此字段可能返回 null,表示取不到有效值。LogConfig[]getRecords()Get 记录 注意:此字段可能返回 null,表示取不到有效值。voidsetContinueToken(String ContinueToken)Set 翻页游标 注意:此字段可能返回 null,表示取不到有效值。voidsetRecords(LogConfig[] Records)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
-
LogConfigListPage
public LogConfigListPage()
-
LogConfigListPage
public 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.
-
-
Method Detail
-
getRecords
public LogConfig[] getRecords()
Get 记录 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Records 记录 注意:此字段可能返回 null,表示取不到有效值。
-
setRecords
public void setRecords(LogConfig[] Records)
Set 记录 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Records- 记录 注意:此字段可能返回 null,表示取不到有效值。
-
getContinueToken
public String getContinueToken()
Get 翻页游标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContinueToken 翻页游标 注意:此字段可能返回 null,表示取不到有效值。
-
setContinueToken
public void setContinueToken(String ContinueToken)
Set 翻页游标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContinueToken- 翻页游标 注意:此字段可能返回 null,表示取不到有效值。
-
-