Uses of Class
com.tencentcloudapi.ssl.v20191205.models.ManagerInfo
-
Packages that use ManagerInfo Package Description com.tencentcloudapi.ssl.v20191205.models -
-
Uses of ManagerInfo in com.tencentcloudapi.ssl.v20191205.models
Methods in com.tencentcloudapi.ssl.v20191205.models that return ManagerInfo Modifier and Type Method Description ManagerInfo[]DescribeManagersResponse. getManagers()Get 公司管理人列表Methods in com.tencentcloudapi.ssl.v20191205.models with parameters of type ManagerInfo Modifier and Type Method Description voidDescribeManagersResponse. setManagers(ManagerInfo[] Managers)Set 公司管理人列表Constructors in com.tencentcloudapi.ssl.v20191205.models with parameters of type ManagerInfo Constructor Description ManagerInfo(ManagerInfo 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.
-