Uses of Class
com.tencentcloudapi.ocr.v20181119.models.FlightItem
-
Packages that use FlightItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of FlightItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return FlightItem Modifier and Type Method Description FlightItem[]AirTransport. getFlightItems()Get 条目Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type FlightItem Modifier and Type Method Description voidAirTransport. setFlightItems(FlightItem[] FlightItems)Set 条目Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type FlightItem Constructor Description FlightItem(FlightItem 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.
-