Uses of Class
com.tencentcloudapi.ess.v20201111.models.AuthorizedUser
-
Packages that use AuthorizedUser Package Description com.tencentcloudapi.ess.v20201111.models -
-
Uses of AuthorizedUser in com.tencentcloudapi.ess.v20201111.models
Methods in com.tencentcloudapi.ess.v20201111.models that return AuthorizedUser Modifier and Type Method Description AuthorizedUser[]OccupiedSeal. getAuthorizedUsers()Get 授权人列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ess.v20201111.models with parameters of type AuthorizedUser Modifier and Type Method Description voidOccupiedSeal. setAuthorizedUsers(AuthorizedUser[] AuthorizedUsers)Set 授权人列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ess.v20201111.models with parameters of type AuthorizedUser Constructor Description AuthorizedUser(AuthorizedUser 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.
-