public class WorkGroupDetailInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
WorkGroupDetailInfo()  | 
WorkGroupDetailInfo(WorkGroupDetailInfo 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 | 
|---|---|
Policys | 
getDataPolicyInfo()
Get Collection of data permissions
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Policys | 
getEnginePolicyInfo()
Get Collection of engine permissions
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Policys | 
getRowFilterInfo()
Get Collection of information about filtered rows
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getType()
Get Types of information included. 
 | 
Users | 
getUserInfo()
Get Collection of users bound to 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 Working group ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getWorkGroupName()
Get Working group name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDataPolicyInfo(Policys DataPolicyInfo)
Set Collection of data permissions
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEnginePolicyInfo(Policys EnginePolicyInfo)
Set Collection of engine permissions
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRowFilterInfo(Policys RowFilterInfo)
Set Collection of information about filtered rows
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setType(String Type)
Set Types of information included. 
 | 
void | 
setUserInfo(Users UserInfo)
Set Collection of users bound to 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 Working group ID
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setWorkGroupName(String WorkGroupName)
Set Working group name
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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 WorkGroupDetailInfo()
public WorkGroupDetailInfo(WorkGroupDetailInfo source)
public Long getWorkGroupId()
public void setWorkGroupId(Long WorkGroupId)
WorkGroupId - Working group ID
Note: This field may return null, indicating that no valid values can be obtained.public String getWorkGroupName()
public void setWorkGroupName(String WorkGroupName)
WorkGroupName - Working group name
Note: This field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type - Types of information included. User: user information; DataAuth: data permissions; EngineAuth: engine permissions
Note: This field may return null, indicating that no valid values can be obtained.public Users getUserInfo()
public void setUserInfo(Users UserInfo)
UserInfo - Collection of users bound to working groups
Note: This field may return null, indicating that no valid values can be obtained.public Policys getDataPolicyInfo()
public void setDataPolicyInfo(Policys DataPolicyInfo)
DataPolicyInfo - Collection of data permissions
Note: This field may return null, indicating that no valid values can be obtained.public Policys getEnginePolicyInfo()
public void setEnginePolicyInfo(Policys EnginePolicyInfo)
EnginePolicyInfo - Collection of engine permissions
Note: This field may return null, indicating that no valid values can be obtained.public 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 Policys getRowFilterInfo()
public void setRowFilterInfo(Policys RowFilterInfo)
RowFilterInfo - Collection of information about filtered rows
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.