public class CreateUserGroupRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateUserGroupRequest() |
CreateUserGroupRequest(CreateUserGroupRequest 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 |
getDescription()
Get 用户组描述
|
String |
getDisplayName()
Get 用户组名称
|
String |
getUserStoreId()
Get 用户目录ID
|
void |
setDescription(String Description)
Set 用户组描述
|
void |
setDisplayName(String DisplayName)
Set 用户组名称
|
void |
setUserStoreId(String UserStoreId)
Set 用户目录ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateUserGroupRequest()
public CreateUserGroupRequest(CreateUserGroupRequest source)
public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName
- 用户组名称public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- 用户目录IDpublic String getDescription()
public void setDescription(String Description)
Description
- 用户组描述Copyright © 2023. All rights reserved.