Class ClsInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcbr.v20220217.models.ClsInfo
-
public class ClsInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClsLogsetId()
Get cls日志集IDString
getClsRegion()
Get cls所属地域String
getClsTopicId()
Get cls日志主题IDString
getCreateTime()
Get 创建时间void
setClsLogsetId(String ClsLogsetId)
Set cls日志集IDvoid
setClsRegion(String ClsRegion)
Set cls所属地域void
setClsTopicId(String ClsTopicId)
Set cls日志主题IDvoid
setCreateTime(String CreateTime)
Set 创建时间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
-
ClsInfo
public ClsInfo()
-
ClsInfo
public ClsInfo(ClsInfo 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
-
getClsRegion
public String getClsRegion()
Get cls所属地域- Returns:
- ClsRegion cls所属地域
-
setClsRegion
public void setClsRegion(String ClsRegion)
Set cls所属地域- Parameters:
ClsRegion
- cls所属地域
-
getClsLogsetId
public String getClsLogsetId()
Get cls日志集ID- Returns:
- ClsLogsetId cls日志集ID
-
setClsLogsetId
public void setClsLogsetId(String ClsLogsetId)
Set cls日志集ID- Parameters:
ClsLogsetId
- cls日志集ID
-
getClsTopicId
public String getClsTopicId()
Get cls日志主题ID- Returns:
- ClsTopicId cls日志主题ID
-
setClsTopicId
public void setClsTopicId(String ClsTopicId)
Set cls日志主题ID- Parameters:
ClsTopicId
- cls日志主题ID
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime
- 创建时间
-
-