Class DashboardTopicInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.DashboardTopicInfo
-
public class DashboardTopicInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DashboardTopicInfo()DashboardTopicInfo(DashboardTopicInfo 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 StringgetRegion()Get topic所在的地域StringgetTopicId()Get 主题idvoidsetRegion(String Region)Set topic所在的地域voidsetTopicId(String TopicId)Set 主题idvoidtoMap(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
-
DashboardTopicInfo
public DashboardTopicInfo()
-
DashboardTopicInfo
public DashboardTopicInfo(DashboardTopicInfo 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
-
getTopicId
public String getTopicId()
Get 主题id- Returns:
- TopicId 主题id
-
setTopicId
public void setTopicId(String TopicId)
Set 主题id- Parameters:
TopicId- 主题id
-
getRegion
public String getRegion()
Get topic所在的地域- Returns:
- Region topic所在的地域
-
setRegion
public void setRegion(String Region)
Set topic所在的地域- Parameters:
Region- topic所在的地域
-
-