public class Topic extends AbstractModel
| Constructor and Description | 
|---|
| Topic() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getNote()Get Remarks
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getTopicId()Get Topic ID | 
| String | getTopicName()Get Topic name | 
| void | setNote(String Note)Set Remarks
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setTopicId(String TopicId)Set Topic ID | 
| 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, toJsonStringpublic Topic()
public Topic(Topic source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - Topic IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic namepublic String getNote()
public void setNote(String Note)
Note - Remarks
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.