Class OtherInvoice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.OtherInvoice
-
public class OtherInvoice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OtherInvoice()OtherInvoice(OtherInvoice 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 StringgetDate()Get 发票日期OtherInvoiceItem[]getOtherInvoiceListItems()Get 列表OtherInvoiceList[]getOtherInvoiceTableItems()Get 表格StringgetTitle()Get 发票名称StringgetTotal()Get 金额voidsetDate(String Date)Set 发票日期voidsetOtherInvoiceListItems(OtherInvoiceItem[] OtherInvoiceListItems)Set 列表voidsetOtherInvoiceTableItems(OtherInvoiceList[] OtherInvoiceTableItems)Set 表格voidsetTitle(String Title)Set 发票名称voidsetTotal(String Total)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
-
OtherInvoice
public OtherInvoice()
-
OtherInvoice
public OtherInvoice(OtherInvoice 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
-
getTitle
public String getTitle()
Get 发票名称- Returns:
- Title 发票名称
-
setTitle
public void setTitle(String Title)
Set 发票名称- Parameters:
Title- 发票名称
-
getTotal
public String getTotal()
Get 金额- Returns:
- Total 金额
-
setTotal
public void setTotal(String Total)
Set 金额- Parameters:
Total- 金额
-
getOtherInvoiceListItems
public OtherInvoiceItem[] getOtherInvoiceListItems()
Get 列表- Returns:
- OtherInvoiceListItems 列表
-
setOtherInvoiceListItems
public void setOtherInvoiceListItems(OtherInvoiceItem[] OtherInvoiceListItems)
Set 列表- Parameters:
OtherInvoiceListItems- 列表
-
getOtherInvoiceTableItems
public OtherInvoiceList[] getOtherInvoiceTableItems()
Get 表格- Returns:
- OtherInvoiceTableItems 表格
-
setOtherInvoiceTableItems
public void setOtherInvoiceTableItems(OtherInvoiceList[] OtherInvoiceTableItems)
Set 表格- Parameters:
OtherInvoiceTableItems- 表格
-
getDate
public String getDate()
Get 发票日期- Returns:
- Date 发票日期
-
setDate
public void setDate(String Date)
Set 发票日期- Parameters:
Date- 发票日期
-
-