Uses of Class
com.tencentcloudapi.cme.v20191029.models.AccountInfo
-
Packages that use AccountInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of AccountInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return AccountInfo Modifier and Type Method Description AccountInfo[]DescribeAccountsResponse. getAccountInfoSet()Get 账号信息列表。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type AccountInfo Modifier and Type Method Description voidDescribeAccountsResponse. setAccountInfoSet(AccountInfo[] AccountInfoSet)Set 账号信息列表。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type AccountInfo Constructor Description AccountInfo(AccountInfo 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.
-