public class CreateGroupsSTDRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateGroupsSTDRequest() | 
| CreateGroupsSTDRequest(CreateGroupsSTDRequest 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 | 
|---|---|
| GroupInfo[] | getGroups()Get 批量用户组信息 | 
| String | getInstanceId()Get 集群名称 | 
| void | setGroups(GroupInfo[] Groups)Set 批量用户组信息 | 
| void | setInstanceId(String InstanceId)Set 集群名称 | 
| 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 CreateGroupsSTDRequest()
public CreateGroupsSTDRequest(CreateGroupsSTDRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群名称public GroupInfo[] getGroups()
public void setGroups(GroupInfo[] Groups)
Groups - 批量用户组信息Copyright © 2025. All rights reserved.