Uses of Class
com.tencentcloudapi.dlc.v20210125.models.WorkGroupInfo
-
Packages that use WorkGroupInfo Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of WorkGroupInfo in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return WorkGroupInfo Modifier and Type Method Description WorkGroupInfo[]DescribeWorkGroupsResponse. getWorkGroupSet()Get 工作组信息集合Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type WorkGroupInfo Modifier and Type Method Description voidDescribeWorkGroupsResponse. setWorkGroupSet(WorkGroupInfo[] WorkGroupSet)Set 工作组信息集合Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type WorkGroupInfo Constructor Description 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.
-