Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.DealInfo
-
Packages that use DealInfo Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of DealInfo in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return DealInfo Modifier and Type Method Description DealInfo[]DescribeOrdersResponse. getDeals()Get 订单信息数组Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type DealInfo Modifier and Type Method Description voidDescribeOrdersResponse. setDeals(DealInfo[] Deals)Set 订单信息数组Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type DealInfo Constructor Description DealInfo(DealInfo 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.
-