Class RocketMQTopicDistribution
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.RocketMQTopicDistribution
-
public class RocketMQTopicDistribution extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Get topic数量StringgetTopicType()Get topic类型voidsetCount(Long Count)Set topic数量voidsetTopicType(String TopicType)Set topic类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RocketMQTopicDistribution
public RocketMQTopicDistribution()
-
RocketMQTopicDistribution
public 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.
-
-
Method Detail
-
getTopicType
public String getTopicType()
Get topic类型- Returns:
- TopicType topic类型
-
setTopicType
public void setTopicType(String TopicType)
Set topic类型- Parameters:
TopicType- topic类型
-
getCount
public Long getCount()
Get topic数量- Returns:
- Count topic数量
-
setCount
public void setCount(Long Count)
Set topic数量- Parameters:
Count- topic数量
-
-