public class DescribeTopicFlowRankingRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTopicFlowRankingRequest() | 
| DescribeTopicFlowRankingRequest(DescribeTopicFlowRankingRequest 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 | getBeginDate()Get 排行起始日期 | 
| String | getBrokerIp()Get Broker IP 地址 | 
| String | getEndDate()Get 排行结束日期 | 
| String | getInstanceId()Get ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取 | 
| String | getRankingType()Get 排行类别,PRO:Topic生产流量;CON:Topic消费流量 | 
| void | setBeginDate(String BeginDate)Set 排行起始日期 | 
| void | setBrokerIp(String BrokerIp)Set Broker IP 地址 | 
| void | setEndDate(String EndDate)Set 排行结束日期 | 
| void | setInstanceId(String InstanceId)Set ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取 | 
| void | setRankingType(String RankingType)Set 排行类别,PRO:Topic生产流量;CON:Topic消费流量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTopicFlowRankingRequest()
public DescribeTopicFlowRankingRequest(DescribeTopicFlowRankingRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取public String getRankingType()
public void setRankingType(String RankingType)
RankingType - 排行类别,PRO:Topic生产流量;CON:Topic消费流量public String getBeginDate()
public void setBeginDate(String BeginDate)
BeginDate - 排行起始日期public String getEndDate()
public void setEndDate(String EndDate)
EndDate - 排行结束日期public String getBrokerIp()
public void setBrokerIp(String BrokerIp)
BrokerIp - Broker IP 地址Copyright © 2025. All rights reserved.