Uses of Class
com.tencentcloudapi.hasim.v20210716.models.OrderInfo
-
Packages that use OrderInfo Package Description com.tencentcloudapi.hasim.v20210716.models -
-
Uses of OrderInfo in com.tencentcloudapi.hasim.v20210716.models
Methods in com.tencentcloudapi.hasim.v20210716.models that return OrderInfo Modifier and Type Method Description OrderInfo[]Orders. getList()Get 订单集合 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.hasim.v20210716.models with parameters of type OrderInfo Modifier and Type Method Description voidOrders. setList(OrderInfo[] List)Set 订单集合 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.hasim.v20210716.models with parameters of type OrderInfo Constructor Description OrderInfo(OrderInfo 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.
-