public class AlarmTopic extends AbstractModel
Constructor and Description |
---|
AlarmTopic() |
AlarmTopic(AlarmTopic 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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AlarmTopic()
public AlarmTopic(AlarmTopic source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 主题的IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题的名称Copyright © 2021. All rights reserved.