public class GetGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetGroupRequest() | 
| GetGroupRequest(GetGroupRequest 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 | getGroupId()Get 用户组的 ID。 | 
| String | getZoneId()Get 空间 ID。 | 
| void | setGroupId(String GroupId)Set 用户组的 ID。 | 
| void | setZoneId(String ZoneId)Set 空间 ID。 | 
| 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 GetGroupRequest()
public GetGroupRequest(GetGroupRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 空间 ID。public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 用户组的 ID。Copyright © 2025. All rights reserved.