public class TollInvoice extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Get 发票代码
|
String |
getDate()
Get 日期
|
String |
getEntrance()
Get 入口
|
String |
getExit()
Get 出口
|
Long |
getHighwayMark()
Get 高速标志(0:没有,1:有)
|
String |
getKind()
Get 发票消费类型
|
String |
getNumber()
Get 发票号码
|
Long |
getQRCodeMark()
Get 是否存在二维码(1:有,0:无)
|
String |
getTime()
Get 时间
|
String |
getTitle()
Get 发票名称
|
String |
getTotal()
Get 价税合计(小写)
|
void |
setCode(String Code)
Set 发票代码
|
void |
setDate(String Date)
Set 日期
|
void |
setEntrance(String Entrance)
Set 入口
|
void |
setExit(String Exit)
Set 出口
|
void |
setHighwayMark(Long HighwayMark)
Set 高速标志(0:没有,1:有)
|
void |
setKind(String Kind)
Set 发票消费类型
|
void |
setNumber(String Number)
Set 发票号码
|
void |
setQRCodeMark(Long QRCodeMark)
Set 是否存在二维码(1:有,0:无)
|
void |
setTime(String Time)
Set 时间
|
void |
setTitle(String Title)
Set 发票名称
|
void |
setTotal(String Total)
Set 价税合计(小写)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TollInvoice()
public TollInvoice(TollInvoice source)
public String getTitle()
public void setTitle(String Title)
Title
- 发票名称public String getCode()
public void setCode(String Code)
Code
- 发票代码public String getNumber()
public void setNumber(String Number)
Number
- 发票号码public String getTotal()
public void setTotal(String Total)
Total
- 价税合计(小写)public String getKind()
public void setKind(String Kind)
Kind
- 发票消费类型public String getDate()
public void setDate(String Date)
Date
- 日期public String getTime()
public void setTime(String Time)
Time
- 时间public String getEntrance()
public void setEntrance(String Entrance)
Entrance
- 入口public String getExit()
public void setExit(String Exit)
Exit
- 出口public Long getHighwayMark()
public void setHighwayMark(Long HighwayMark)
HighwayMark
- 高速标志(0:没有,1:有)public Long getQRCodeMark()
public void setQRCodeMark(Long QRCodeMark)
QRCodeMark
- 是否存在二维码(1:有,0:无)Copyright © 2024. All rights reserved.