Class Topic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.Topic
-
public class Topic 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 StringgetNote()Get 备注 注意:此字段可能返回 null,表示取不到有效值。StringgetTopicId()Get 主题的IDStringgetTopicName()Get 主题的名称voidsetNote(String Note)Set 备注 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicId(String TopicId)Set 主题的IDvoidsetTopicName(String TopicName)Set 主题的名称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
-
Topic
public Topic()
-
Topic
public Topic(Topic 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
-
getTopicName
public String getTopicName()
Get 主题的名称- Returns:
- TopicName 主题的名称
-
setTopicName
public void setTopicName(String TopicName)
Set 主题的名称- Parameters:
TopicName- 主题的名称
-
getNote
public String getNote()
Get 备注 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Note 备注 注意:此字段可能返回 null,表示取不到有效值。
-
setNote
public void setNote(String Note)
Set 备注 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Note- 备注 注意:此字段可能返回 null,表示取不到有效值。
-
-