Class OtherInvoiceList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.OtherInvoiceList
-
public class OtherInvoiceList extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OtherInvoiceList()OtherInvoiceList(OtherInvoiceList 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OtherInvoiceItem[]getOtherInvoiceItemList()Get 列表voidsetOtherInvoiceItemList(OtherInvoiceItem[] OtherInvoiceItemList)Set 列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OtherInvoiceList
public OtherInvoiceList()
-
OtherInvoiceList
public OtherInvoiceList(OtherInvoiceList 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.
-
-
Method Detail
-
getOtherInvoiceItemList
public OtherInvoiceItem[] getOtherInvoiceItemList()
Get 列表- Returns:
- OtherInvoiceItemList 列表
-
setOtherInvoiceItemList
public void setOtherInvoiceItemList(OtherInvoiceItem[] OtherInvoiceItemList)
Set 列表- Parameters:
OtherInvoiceItemList- 列表
-
-