public class RocketMQTopicDistribution extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RocketMQTopicDistribution() | 
| RocketMQTopicDistribution(RocketMQTopicDistribution 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 | 
|---|---|
| Long | getCount()Get Number of topics | 
| String | getTopicType()Get Topic type | 
| void | setCount(Long Count)Set Number of topics | 
| void | setTopicType(String TopicType)Set Topic type | 
| 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, toJsonStringpublic RocketMQTopicDistribution()
public RocketMQTopicDistribution(RocketMQTopicDistribution source)
public String getTopicType()
public void setTopicType(String TopicType)
TopicType - Topic typepublic Long getCount()
public void setCount(Long Count)
Count - Number of topicsCopyright © 2024. All rights reserved.