public class TopicRecord extends AbstractModel
header, skipSign
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 © 2024. All rights reserved.