public class DescribeGroup extends AbstractModel
| 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 groupId | 
| String | getProtocol()Get Protocol used by the group. | 
| void | setGroup(String Group)Set groupId | 
| void | setProtocol(String Protocol)Set Protocol used by the group. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeGroup()
public DescribeGroup(DescribeGroup source)
public String getGroup()
public void setGroup(String Group)
Group - groupIdpublic String getProtocol()
public void setProtocol(String Protocol)
Protocol - Protocol used by the group.Copyright © 2023. All rights reserved.