Uses of Class
com.tencentcloudapi.tcb.v20180608.models.EndUserInfo
-
Packages that use EndUserInfo Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of EndUserInfo in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return EndUserInfo Modifier and Type Method Description EndUserInfo[]DescribeEndUsersResponse. getUsers()Get 用户列表Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type EndUserInfo Modifier and Type Method Description voidDescribeEndUsersResponse. setUsers(EndUserInfo[] Users)Set 用户列表Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type EndUserInfo Constructor Description EndUserInfo(EndUserInfo 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.
-