public class UpdateGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateGroupRequest() | 
| UpdateGroupRequest(UpdateGroupRequest 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 | getNewDescription()Get 新的用户组描述。 | 
| String | getNewGroupName()Get 新的用户组名称。 | 
| String | getZoneId()Get 空间 ID。 | 
| void | setGroupId(String GroupId)Set 用户组ID。 | 
| void | setNewDescription(String NewDescription)Set 新的用户组描述。 | 
| void | setNewGroupName(String NewGroupName)Set 新的用户组名称。 | 
| 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 UpdateGroupRequest()
public UpdateGroupRequest(UpdateGroupRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 空间 ID。public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 用户组ID。public String getNewGroupName()
public void setNewGroupName(String NewGroupName)
NewGroupName - 新的用户组名称。public String getNewDescription()
public void setNewDescription(String NewDescription)
NewDescription - 新的用户组描述。Copyright © 2025. All rights reserved.