Uses of Class
com.tencentcloudapi.cwp.v20180228.models.HistoryAccount
-
Packages that use HistoryAccount Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of HistoryAccount in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return HistoryAccount Modifier and Type Method Description HistoryAccount[]DescribeHistoryAccountsResponse. getHistoryAccounts()Get 帐号变更历史数据数组。Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type HistoryAccount Modifier and Type Method Description voidDescribeHistoryAccountsResponse. setHistoryAccounts(HistoryAccount[] HistoryAccounts)Set 帐号变更历史数据数组。Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type HistoryAccount Constructor Description HistoryAccount(HistoryAccount 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.
-