Class DatahubTopicResp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DatahubTopicResp
-
public class DatahubTopicResp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DatahubTopicResp()DatahubTopicResp(DatahubTopicResp 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 StringgetTopicId()Get TopicId 注意:此字段可能返回 null,表示取不到有效值。StringgetTopicName()Get Topic名称voidsetTopicId(String TopicId)Set TopicId 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicName(String TopicName)Set Topic名称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
-
DatahubTopicResp
public DatahubTopicResp()
-
DatahubTopicResp
public DatahubTopicResp(DatahubTopicResp 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
-
getTopicName
public String getTopicName()
Get Topic名称- Returns:
- TopicName Topic名称
-
setTopicName
public void setTopicName(String TopicName)
Set Topic名称- Parameters:
TopicName- Topic名称
-
getTopicId
public String getTopicId()
Get TopicId 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicId TopicId 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicId
public void setTopicId(String TopicId)
Set TopicId 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicId- TopicId 注意:此字段可能返回 null,表示取不到有效值。
-
-