Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.QueryOrderOutOrderList
-
Packages that use QueryOrderOutOrderList Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of QueryOrderOutOrderList in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return QueryOrderOutOrderList Modifier and Type Method Description QueryOrderOutOrderList[]QueryOrderResponse. getOrderList()Get 查询结果的订单列表Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryOrderOutOrderList Modifier and Type Method Description voidQueryOrderResponse. setOrderList(QueryOrderOutOrderList[] OrderList)Set 查询结果的订单列表Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryOrderOutOrderList Constructor Description QueryOrderOutOrderList(QueryOrderOutOrderList 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.
-