Class ConsumerGroupSpeed
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.ConsumerGroupSpeed
-
public class ConsumerGroupSpeed extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ConsumerGroupSpeed()ConsumerGroupSpeed(ConsumerGroupSpeed 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 StringgetConsumerGroupName()Get 消费者组名称LonggetSpeed()Get 消费速度 Count/MinutevoidsetConsumerGroupName(String ConsumerGroupName)Set 消费者组名称voidsetSpeed(Long Speed)Set 消费速度 Count/MinutevoidtoMap(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
-
ConsumerGroupSpeed
public ConsumerGroupSpeed()
-
ConsumerGroupSpeed
public ConsumerGroupSpeed(ConsumerGroupSpeed 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
-
getConsumerGroupName
public String getConsumerGroupName()
Get 消费者组名称- Returns:
- ConsumerGroupName 消费者组名称
-
setConsumerGroupName
public void setConsumerGroupName(String ConsumerGroupName)
Set 消费者组名称- Parameters:
ConsumerGroupName- 消费者组名称
-
getSpeed
public Long getSpeed()
Get 消费速度 Count/Minute- Returns:
- Speed 消费速度 Count/Minute
-
setSpeed
public void setSpeed(Long Speed)
Set 消费速度 Count/Minute- Parameters:
Speed- 消费速度 Count/Minute
-
-