public class ConsumerGroupSpeed extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getConsumerGroupName()Get 消费者组名称 | 
| Long | getSpeed()Get 消费速度 Count/Minute | 
| void | setConsumerGroupName(String ConsumerGroupName)Set 消费者组名称 | 
| void | setSpeed(Long Speed)Set 消费速度 Count/Minute | 
| 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 ConsumerGroupSpeed()
public ConsumerGroupSpeed(ConsumerGroupSpeed source)
public String getConsumerGroupName()
public void setConsumerGroupName(String ConsumerGroupName)
ConsumerGroupName - 消费者组名称public Long getSpeed()
public void setSpeed(Long Speed)
Speed - 消费速度 Count/MinuteCopyright © 2025. All rights reserved.