public class WorkGroupInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
WorkGroupInfo()  | 
WorkGroupInfo(WorkGroupInfo 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 | 
getCreateTime()
Get The creation time of the working group, e.g. 
 | 
String | 
getCreator()
Get Creators of working groups 
 | 
Policy[] | 
getPolicySet()
Get Collections of permissions bound to working groups
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getUserNum()
Get Number of users associated with working groups 
 | 
UserMessage[] | 
getUserSet()
Get Collection of users associated with working groups
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getWorkGroupDescription()
Get Working group description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getWorkGroupId()
Get Unique ID of the working group that have been queried 
 | 
String | 
getWorkGroupName()
Get Working group name 
 | 
void | 
setCreateTime(String CreateTime)
Set The creation time of the working group, e.g. 
 | 
void | 
setCreator(String Creator)
Set Creators of working groups 
 | 
void | 
setPolicySet(Policy[] PolicySet)
Set Collections of permissions bound to working groups
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setUserNum(Long UserNum)
Set Number of users associated with working groups 
 | 
void | 
setUserSet(UserMessage[] UserSet)
Set Collection of users associated with working groups
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setWorkGroupDescription(String WorkGroupDescription)
Set Working group description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setWorkGroupId(Long WorkGroupId)
Set Unique ID of the working group that have been queried 
 | 
void | 
setWorkGroupName(String WorkGroupName)
Set Working 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 WorkGroupInfo()
public WorkGroupInfo(WorkGroupInfo source)
public Long getWorkGroupId()
public void setWorkGroupId(Long WorkGroupId)
WorkGroupId - Unique ID of the working group that have been queriedpublic String getWorkGroupName()
public void setWorkGroupName(String WorkGroupName)
WorkGroupName - Working group namepublic String getWorkGroupDescription()
public void setWorkGroupDescription(String WorkGroupDescription)
WorkGroupDescription - Working group description
Note: This field may return null, indicating that no valid values can be obtained.public Long getUserNum()
public void setUserNum(Long UserNum)
UserNum - Number of users associated with working groupspublic UserMessage[] getUserSet()
public void setUserSet(UserMessage[] UserSet)
UserSet - Collection of users associated with working groups
Note: This field may return null, indicating that no valid values can be obtained.public Policy[] getPolicySet()
public void setPolicySet(Policy[] PolicySet)
PolicySet - Collections of permissions bound to working groups
Note: This field may return null, indicating that no valid values can be obtained.public String getCreator()
public void setCreator(String Creator)
Creator - Creators of working groupspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The creation time of the working group, e.g. at 16:19:32 on Jul 28, 2021Copyright © 2025. All rights reserved.