Class TollInvoice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.TollInvoice
-
public class TollInvoice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TollInvoice()TollInvoice(TollInvoice 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 StringgetCode()Get 发票代码StringgetDate()Get 日期StringgetEntrance()Get 入口StringgetExit()Get 出口LonggetHighwayMark()Get 高速标志(0:没有,1:有)StringgetKind()Get 发票消费类型StringgetNumber()Get 发票号码LonggetQRCodeMark()Get 是否存在二维码(1:有,0:无)StringgetTime()Get 时间StringgetTitle()Get 发票名称StringgetTotal()Get 价税合计(小写)voidsetCode(String Code)Set 发票代码voidsetDate(String Date)Set 日期voidsetEntrance(String Entrance)Set 入口voidsetExit(String Exit)Set 出口voidsetHighwayMark(Long HighwayMark)Set 高速标志(0:没有,1:有)voidsetKind(String Kind)Set 发票消费类型voidsetNumber(String Number)Set 发票号码voidsetQRCodeMark(Long QRCodeMark)Set 是否存在二维码(1:有,0:无)voidsetTime(String Time)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
-
TollInvoice
public TollInvoice()
-
TollInvoice
public TollInvoice(TollInvoice 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- 发票名称
-
getCode
public String getCode()
Get 发票代码- Returns:
- Code 发票代码
-
setCode
public void setCode(String Code)
Set 发票代码- Parameters:
Code- 发票代码
-
getNumber
public String getNumber()
Get 发票号码- Returns:
- Number 发票号码
-
setNumber
public void setNumber(String Number)
Set 发票号码- Parameters:
Number- 发票号码
-
getTotal
public String getTotal()
Get 价税合计(小写)- Returns:
- Total 价税合计(小写)
-
setTotal
public void setTotal(String Total)
Set 价税合计(小写)- Parameters:
Total- 价税合计(小写)
-
getKind
public String getKind()
Get 发票消费类型- Returns:
- Kind 发票消费类型
-
setKind
public void setKind(String Kind)
Set 发票消费类型- Parameters:
Kind- 发票消费类型
-
getDate
public String getDate()
Get 日期- Returns:
- Date 日期
-
setDate
public void setDate(String Date)
Set 日期- Parameters:
Date- 日期
-
getTime
public String getTime()
Get 时间- Returns:
- Time 时间
-
setTime
public void setTime(String Time)
Set 时间- Parameters:
Time- 时间
-
getEntrance
public String getEntrance()
Get 入口- Returns:
- Entrance 入口
-
setEntrance
public void setEntrance(String Entrance)
Set 入口- Parameters:
Entrance- 入口
-
getExit
public String getExit()
Get 出口- Returns:
- Exit 出口
-
setExit
public void setExit(String Exit)
Set 出口- Parameters:
Exit- 出口
-
getHighwayMark
public Long getHighwayMark()
Get 高速标志(0:没有,1:有)- Returns:
- HighwayMark 高速标志(0:没有,1:有)
-
setHighwayMark
public void setHighwayMark(Long HighwayMark)
Set 高速标志(0:没有,1:有)- Parameters:
HighwayMark- 高速标志(0:没有,1:有)
-
getQRCodeMark
public Long getQRCodeMark()
Get 是否存在二维码(1:有,0:无)- Returns:
- QRCodeMark 是否存在二维码(1:有,0:无)
-
setQRCodeMark
public void setQRCodeMark(Long QRCodeMark)
Set 是否存在二维码(1:有,0:无)- Parameters:
QRCodeMark- 是否存在二维码(1:有,0:无)
-
-