Class UserIdSetOfWorkGroupId
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.UserIdSetOfWorkGroupId
-
public class UserIdSetOfWorkGroupId extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UserIdSetOfWorkGroupId()UserIdSetOfWorkGroupId(UserIdSetOfWorkGroupId 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 String[]getUserIds()Get 用户Id集合,和CAM侧Uin匹配LonggetWorkGroupId()Get 工作组IdvoidsetUserIds(String[] UserIds)Set 用户Id集合,和CAM侧Uin匹配voidsetWorkGroupId(Long WorkGroupId)Set 工作组IdvoidtoMap(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
-
UserIdSetOfWorkGroupId
public UserIdSetOfWorkGroupId()
-
UserIdSetOfWorkGroupId
public UserIdSetOfWorkGroupId(UserIdSetOfWorkGroupId 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
-
getUserIds
public String[] getUserIds()
Get 用户Id集合,和CAM侧Uin匹配- Returns:
- UserIds 用户Id集合,和CAM侧Uin匹配
-
setUserIds
public void setUserIds(String[] UserIds)
Set 用户Id集合,和CAM侧Uin匹配- Parameters:
UserIds- 用户Id集合,和CAM侧Uin匹配
-
-