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