Uses of Class
com.tencentcloudapi.cdb.v20170320.models.AccountInfo
-
Packages that use AccountInfo Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of AccountInfo in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return AccountInfo Modifier and Type Method Description AccountInfo[]DescribeAccountsResponse. getItems()Get 符合查询条件的账号详细信息。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type AccountInfo Modifier and Type Method Description voidDescribeAccountsResponse. setItems(AccountInfo[] Items)Set 符合查询条件的账号详细信息。Constructors in com.tencentcloudapi.cdb.v20170320.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.
-