Class WorkGroupInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.WorkGroupInfo
-
public class WorkGroupInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 工作组的创建时间,形如2021-07-28 16:19:32StringgetCreator()Get 工作组的创建人Policy[]getPolicySet()Get 工作组绑定的权限集合 注意:此字段可能返回 null,表示取不到有效值。LonggetUserNum()Get 工作组关联的用户数量UserMessage[]getUserSet()Get 工作组关联的用户集合 注意:此字段可能返回 null,表示取不到有效值。StringgetWorkGroupDescription()Get 工作组描述 注意:此字段可能返回 null,表示取不到有效值。LonggetWorkGroupId()Get 查询到的工作组唯一IdStringgetWorkGroupName()Get 工作组名称voidsetCreateTime(String CreateTime)Set 工作组的创建时间,形如2021-07-28 16:19:32voidsetCreator(String Creator)Set 工作组的创建人voidsetPolicySet(Policy[] PolicySet)Set 工作组绑定的权限集合 注意:此字段可能返回 null,表示取不到有效值。voidsetUserNum(Long UserNum)Set 工作组关联的用户数量voidsetUserSet(UserMessage[] UserSet)Set 工作组关联的用户集合 注意:此字段可能返回 null,表示取不到有效值。voidsetWorkGroupDescription(String WorkGroupDescription)Set 工作组描述 注意:此字段可能返回 null,表示取不到有效值。voidsetWorkGroupId(Long WorkGroupId)Set 查询到的工作组唯一IdvoidsetWorkGroupName(String WorkGroupName)Set 工作组名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
WorkGroupInfo
public WorkGroupInfo()
-
WorkGroupInfo
public 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.
-
-
Method Detail
-
getWorkGroupId
public Long getWorkGroupId()
Get 查询到的工作组唯一Id- Returns:
- WorkGroupId 查询到的工作组唯一Id
-
setWorkGroupId
public void setWorkGroupId(Long WorkGroupId)
Set 查询到的工作组唯一Id- Parameters:
WorkGroupId- 查询到的工作组唯一Id
-
getWorkGroupName
public String getWorkGroupName()
Get 工作组名称- Returns:
- WorkGroupName 工作组名称
-
setWorkGroupName
public void setWorkGroupName(String WorkGroupName)
Set 工作组名称- Parameters:
WorkGroupName- 工作组名称
-
getWorkGroupDescription
public String getWorkGroupDescription()
Get 工作组描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- WorkGroupDescription 工作组描述 注意:此字段可能返回 null,表示取不到有效值。
-
setWorkGroupDescription
public void setWorkGroupDescription(String WorkGroupDescription)
Set 工作组描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
WorkGroupDescription- 工作组描述 注意:此字段可能返回 null,表示取不到有效值。
-
getUserNum
public Long getUserNum()
Get 工作组关联的用户数量- Returns:
- UserNum 工作组关联的用户数量
-
setUserNum
public void setUserNum(Long UserNum)
Set 工作组关联的用户数量- Parameters:
UserNum- 工作组关联的用户数量
-
getUserSet
public UserMessage[] getUserSet()
Get 工作组关联的用户集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserSet 工作组关联的用户集合 注意:此字段可能返回 null,表示取不到有效值。
-
setUserSet
public void setUserSet(UserMessage[] UserSet)
Set 工作组关联的用户集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserSet- 工作组关联的用户集合 注意:此字段可能返回 null,表示取不到有效值。
-
getPolicySet
public Policy[] getPolicySet()
Get 工作组绑定的权限集合 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PolicySet 工作组绑定的权限集合 注意:此字段可能返回 null,表示取不到有效值。
-
setPolicySet
public void setPolicySet(Policy[] PolicySet)
Set 工作组绑定的权限集合 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PolicySet- 工作组绑定的权限集合 注意:此字段可能返回 null,表示取不到有效值。
-
getCreator
public String getCreator()
Get 工作组的创建人- Returns:
- Creator 工作组的创建人
-
setCreator
public void setCreator(String Creator)
Set 工作组的创建人- Parameters:
Creator- 工作组的创建人
-
getCreateTime
public String getCreateTime()
Get 工作组的创建时间,形如2021-07-28 16:19:32- Returns:
- CreateTime 工作组的创建时间,形如2021-07-28 16:19:32
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 工作组的创建时间,形如2021-07-28 16:19:32- Parameters:
CreateTime- 工作组的创建时间,形如2021-07-28 16:19:32
-
-