Class DescribeTopicFlowRankingRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DescribeTopicFlowRankingRequest
-
public class DescribeTopicFlowRankingRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBeginDate()Get 排行起始日期StringgetBrokerIp()Get Broker IP 地址StringgetEndDate()Get 排行结束日期StringgetInstanceId()Get 实例IDStringgetRankingType()Get 排行类别(PRO-Topic生产流量/CON-Topic消费流量)voidsetBeginDate(String BeginDate)Set 排行起始日期voidsetBrokerIp(String BrokerIp)Set Broker IP 地址voidsetEndDate(String EndDate)Set 排行结束日期voidsetInstanceId(String InstanceId)Set 实例IDvoidsetRankingType(String RankingType)Set 排行类别(PRO-Topic生产流量/CON-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
-
DescribeTopicFlowRankingRequest
public DescribeTopicFlowRankingRequest()
-
DescribeTopicFlowRankingRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID- Returns:
- InstanceId 实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID- Parameters:
InstanceId- 实例ID
-
getRankingType
public String getRankingType()
Get 排行类别(PRO-Topic生产流量/CON-Topic消费流量)- Returns:
- RankingType 排行类别(PRO-Topic生产流量/CON-Topic消费流量)
-
setRankingType
public void setRankingType(String RankingType)
Set 排行类别(PRO-Topic生产流量/CON-Topic消费流量)- Parameters:
RankingType- 排行类别(PRO-Topic生产流量/CON-Topic消费流量)
-
getBeginDate
public String getBeginDate()
Get 排行起始日期- Returns:
- BeginDate 排行起始日期
-
setBeginDate
public void setBeginDate(String BeginDate)
Set 排行起始日期- Parameters:
BeginDate- 排行起始日期
-
getEndDate
public String getEndDate()
Get 排行结束日期- Returns:
- EndDate 排行结束日期
-
setEndDate
public void setEndDate(String EndDate)
Set 排行结束日期- Parameters:
EndDate- 排行结束日期
-
getBrokerIp
public String getBrokerIp()
Get Broker IP 地址- Returns:
- BrokerIp Broker IP 地址
-
setBrokerIp
public void setBrokerIp(String BrokerIp)
Set Broker IP 地址- Parameters:
BrokerIp- Broker IP 地址
-
-