Class TopicFlowRanking
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.TopicFlowRanking
-
public class TopicFlowRanking extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TopicFlowRanking()TopicFlowRanking(TopicFlowRanking 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 LonggetMessageHeap()Get Topic 消息堆积LonggetPartitionNum()Get 分区数LonggetReplicaNum()Get 副本数StringgetTopicId()Get 主题IdStringgetTopicName()Get 主题名称StringgetTopicTraffic()Get Topic 流量voidsetMessageHeap(Long MessageHeap)Set Topic 消息堆积voidsetPartitionNum(Long PartitionNum)Set 分区数voidsetReplicaNum(Long ReplicaNum)Set 副本数voidsetTopicId(String TopicId)Set 主题IdvoidsetTopicName(String TopicName)Set 主题名称voidsetTopicTraffic(String TopicTraffic)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
-
TopicFlowRanking
public TopicFlowRanking()
-
TopicFlowRanking
public TopicFlowRanking(TopicFlowRanking 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
-
getTopicId
public String getTopicId()
Get 主题Id- Returns:
- TopicId 主题Id
-
setTopicId
public void setTopicId(String TopicId)
Set 主题Id- Parameters:
TopicId- 主题Id
-
getTopicName
public String getTopicName()
Get 主题名称- Returns:
- TopicName 主题名称
-
setTopicName
public void setTopicName(String TopicName)
Set 主题名称- Parameters:
TopicName- 主题名称
-
getPartitionNum
public Long getPartitionNum()
Get 分区数- Returns:
- PartitionNum 分区数
-
setPartitionNum
public void setPartitionNum(Long PartitionNum)
Set 分区数- Parameters:
PartitionNum- 分区数
-
getReplicaNum
public Long getReplicaNum()
Get 副本数- Returns:
- ReplicaNum 副本数
-
setReplicaNum
public void setReplicaNum(Long ReplicaNum)
Set 副本数- Parameters:
ReplicaNum- 副本数
-
getTopicTraffic
public String getTopicTraffic()
Get Topic 流量- Returns:
- TopicTraffic Topic 流量
-
setTopicTraffic
public void setTopicTraffic(String TopicTraffic)
Set Topic 流量- Parameters:
TopicTraffic- Topic 流量
-
getMessageHeap
public Long getMessageHeap()
Get Topic 消息堆积- Returns:
- MessageHeap Topic 消息堆积
-
setMessageHeap
public void setMessageHeap(Long MessageHeap)
Set Topic 消息堆积- Parameters:
MessageHeap- Topic 消息堆积
-
-