public class UserGroupDTO extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserGroupDTO() |
UserGroupDTO(UserGroupDTO 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 |
getAdminUserId()
Get Administrator user ID.
|
String |
getDescription()
Get Description.
|
String |
getGroupName()
Get User group name.
|
Long |
getId()
Get id
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIsDefault()
Get Whether it is default.
|
Long |
getLocation()
Get Location.
|
Long |
getParentId()
Get Parent node ID.
|
void |
setAdminUserId(String AdminUserId)
Set Administrator user ID.
|
void |
setDescription(String Description)
Set Description.
|
void |
setGroupName(String GroupName)
Set User group name.
|
void |
setId(Long Id)
Set id
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsDefault(Long IsDefault)
Set Whether it is default.
|
void |
setLocation(Long Location)
Set Location.
|
void |
setParentId(Long ParentId)
Set Parent node 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 UserGroupDTO()
public UserGroupDTO(UserGroupDTO source)
public Long getId()
public void setId(Long Id)
Id
- id
Note: This field may return null, indicating that no valid values can be obtained.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- User group name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getParentId()
public void setParentId(Long ParentId)
ParentId
- Parent node ID.
Note: This field may return null, indicating that no valid values can be obtained.public Long getIsDefault()
public void setIsDefault(Long IsDefault)
IsDefault
- Whether it is default.
Note: This field may return null, indicating that no valid values can be obtained.public String getAdminUserId()
public void setAdminUserId(String AdminUserId)
AdminUserId
- Administrator user ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description
- Description.
Note: This field may return null, indicating that no valid values can be obtained.public Long getLocation()
public void setLocation(Long Location)
Location
- Location.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.