public class DescribeGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeGroup() | 
| DescribeGroup(DescribeGroup 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 | getGroup()Get 消费分组名称 | 
| String | getProtocol()Get 该 group 使用的协议。 | 
| void | setGroup(String Group)Set 消费分组名称 | 
| void | setProtocol(String Protocol)Set 该 group 使用的协议。 | 
| 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 DescribeGroup()
public DescribeGroup(DescribeGroup source)
public String getGroup()
public void setGroup(String Group)
Group - 消费分组名称public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 该 group 使用的协议。Copyright © 2025. All rights reserved.