public class UserGroup extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UserGroup() | 
| UserGroup(UserGroup 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 | 
|---|---|
| Long | getCreatedDate()Get 创建时间 | 
| String | getDescription()Get 用户组描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDisplayName()Get 用户组名称 | 
| Long | getLastModifyDate()Get 最近更新时间 | 
| String | getTenantId()Get 租户ID | 
| String | getUserGroupId()Get 用户组ID | 
| String | getUserStoreId()Get 用户目录ID | 
| void | setCreatedDate(Long CreatedDate)Set 创建时间 | 
| void | setDescription(String Description)Set 用户组描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDisplayName(String DisplayName)Set 用户组名称 | 
| void | setLastModifyDate(Long LastModifyDate)Set 最近更新时间 | 
| void | setTenantId(String TenantId)Set 租户ID | 
| void | setUserGroupId(String UserGroupId)Set 用户组ID | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UserGroup()
public UserGroup(UserGroup source)
public String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId - 用户组IDpublic String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - 用户组名称public String getDescription()
public void setDescription(String Description)
Description - 用户组描述
注意:此字段可能返回 null,表示取不到有效值。public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId - 用户目录IDpublic String getTenantId()
public void setTenantId(String TenantId)
TenantId - 租户IDpublic Long getCreatedDate()
public void setCreatedDate(Long CreatedDate)
CreatedDate - 创建时间public Long getLastModifyDate()
public void setLastModifyDate(Long LastModifyDate)
LastModifyDate - 最近更新时间Copyright © 2025. All rights reserved.