public class UserGroupInformation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UserGroupInformation()  | 
UserGroupInformation(UserGroupInformation 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 | 
getLastModifiedDate()
Get Last update time in ISO 8601 format. 
 | 
String | 
getUserGroupId()
Get User group ID. 
 | 
String | 
getUserGroupName()
Get User group name. 
 | 
void | 
setLastModifiedDate(String LastModifiedDate)
Set Last update time in ISO 8601 format. 
 | 
void | 
setUserGroupId(String UserGroupId)
Set User group ID. 
 | 
void | 
setUserGroupName(String UserGroupName)
Set User group name. 
 | 
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 UserGroupInformation()
public UserGroupInformation(UserGroupInformation source)
public String getUserGroupId()
public void setUserGroupId(String UserGroupId)
UserGroupId - User group ID.public String getUserGroupName()
public void setUserGroupName(String UserGroupName)
UserGroupName - User group name.public String getLastModifiedDate()
public void setLastModifiedDate(String LastModifiedDate)
LastModifiedDate - Last update time in ISO 8601 format.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.