Uses of Class
com.tencentcloudapi.ocr.v20181119.models.GeneralMachineItem
-
Packages that use GeneralMachineItem Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of GeneralMachineItem in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return GeneralMachineItem Modifier and Type Method Description GeneralMachineItem[]
MachinePrintedInvoice. getGeneralMachineItems()
Get 条目Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type GeneralMachineItem Modifier and Type Method Description void
MachinePrintedInvoice. setGeneralMachineItems(GeneralMachineItem[] GeneralMachineItems)
Set 条目Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type GeneralMachineItem Constructor Description GeneralMachineItem(GeneralMachineItem 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.
-