public class DatahubTopicResp extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getTopicId()
Get TopicId
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTopicName()
Get Topic name
|
void |
setTopicId(String TopicId)
Set TopicId
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTopicName(String TopicName)
Set Topic name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DatahubTopicResp()
public DatahubTopicResp(DatahubTopicResp source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic namepublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- TopicId
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.