Class ClsLogsetInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ClsLogsetInfo
-
public class ClsLogsetInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClsLogsetInfo()
ClsLogsetInfo(ClsLogsetInfo 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 String
getLogsetID()
Get 日志集IDString
getLogsetName()
Get 日志集名称 注意:此字段可能返回 null,表示取不到有效值。ClsTopicInfo[]
getTopicList()
Get cls主题列表 注意:此字段可能返回 null,表示取不到有效值。void
setLogsetID(String LogsetID)
Set 日志集IDvoid
setLogsetName(String LogsetName)
Set 日志集名称 注意:此字段可能返回 null,表示取不到有效值。void
setTopicList(ClsTopicInfo[] TopicList)
Set cls主题列表 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
ClsLogsetInfo
public ClsLogsetInfo()
-
ClsLogsetInfo
public ClsLogsetInfo(ClsLogsetInfo 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
-
getLogsetID
public String getLogsetID()
Get 日志集ID- Returns:
- LogsetID 日志集ID
-
setLogsetID
public void setLogsetID(String LogsetID)
Set 日志集ID- Parameters:
LogsetID
- 日志集ID
-
getLogsetName
public String getLogsetName()
Get 日志集名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LogsetName 日志集名称 注意:此字段可能返回 null,表示取不到有效值。
-
setLogsetName
public void setLogsetName(String LogsetName)
Set 日志集名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LogsetName
- 日志集名称 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicList
public ClsTopicInfo[] getTopicList()
Get cls主题列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicList cls主题列表 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicList
public void setTopicList(ClsTopicInfo[] TopicList)
Set cls主题列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicList
- cls主题列表 注意:此字段可能返回 null,表示取不到有效值。
-
-