Class BrokerTopicFlowData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.BrokerTopicFlowData
-
public class BrokerTopicFlowData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BrokerTopicFlowData()BrokerTopicFlowData(BrokerTopicFlowData 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 StringgetTopicId()Get Topic Id 注意:此字段可能返回 null,表示取不到有效值。StringgetTopicName()Get Topic 名称 注意:此字段可能返回 null,表示取不到有效值。StringgetTopicTraffic()Get Topic 流量(MB) 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicId(String TopicId)Set Topic Id 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicName(String TopicName)Set Topic 名称 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicTraffic(String TopicTraffic)Set Topic 流量(MB) 注意:此字段可能返回 null,表示取不到有效值。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
-
BrokerTopicFlowData
public BrokerTopicFlowData()
-
BrokerTopicFlowData
public BrokerTopicFlowData(BrokerTopicFlowData 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
-
getTopicName
public String getTopicName()
Get Topic 名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicName Topic 名称 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicName
public void setTopicName(String TopicName)
Set Topic 名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicName- Topic 名称 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicId
public String getTopicId()
Get Topic Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicId Topic Id 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicId
public void setTopicId(String TopicId)
Set Topic Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicId- Topic Id 注意:此字段可能返回 null,表示取不到有效值。
-
getTopicTraffic
public String getTopicTraffic()
Get Topic 流量(MB) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicTraffic Topic 流量(MB) 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicTraffic
public void setTopicTraffic(String TopicTraffic)
Set Topic 流量(MB) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicTraffic- Topic 流量(MB) 注意:此字段可能返回 null,表示取不到有效值。
-
-