public class ClsTopicInfo extends AbstractModel
skipSign
Constructor and Description |
---|
ClsTopicInfo() |
ClsTopicInfo(ClsTopicInfo 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 主题ID
|
String |
getTopicName()
Get 主题名称
|
void |
setTopicID(String TopicID)
Set 主题ID
|
void |
setTopicName(String TopicName)
Set 主题名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ClsTopicInfo()
public ClsTopicInfo(ClsTopicInfo source)
public String getTopicID()
public void setTopicID(String TopicID)
TopicID
- 主题IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名称Copyright © 2023. All rights reserved.