public class TopicRecord extends AbstractModel
| Constructor and Description | 
|---|
| TopicRecord() | 
| TopicRecord(TopicRecord 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 | getEnvironmentId()Get Environment (namespace) name. | 
| String | getTopicName()Get Topic name. | 
| void | setEnvironmentId(String EnvironmentId)Set Environment (namespace) name. | 
| 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 TopicRecord()
public TopicRecord(TopicRecord source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Environment (namespace) name.public String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic name.Copyright © 2022. All rights reserved.