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