public class BusInvoice extends AbstractModel
header, skipSign
Constructor and Description |
---|
BusInvoice() |
BusInvoice(BusInvoice 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 |
getCity()
Get City
|
String |
getCode()
Get Invoice code
|
String |
getDate()
Get Date of issue
|
String |
getDateGetOn()
Get Departure date
|
String |
getGateNumber()
Get Check-in gate
|
String |
getKind()
Get Consumption type
|
String |
getNumber()
Get Invoice number
|
String |
getPlaceGetOn()
Get Departure place
|
String |
getProvince()
Get Province
|
Long |
getQRCodeMark()
Get Whether there is a QR code (0: No, 1: Yes)
|
String |
getSeatNumber()
Get Seat No.
|
String |
getStationGetOff()
Get Destination
|
String |
getStationGetOn()
Get Departure station
|
String |
getTicketType()
Get Fare category
|
String |
getTimeGetOn()
Get Departure time
|
String |
getTitle()
Get Invoice title
|
String |
getTotal()
Get Fare
|
String |
getTrainNumber()
Get Fleet number
|
String |
getUserID()
Get ID card number
|
String |
getUserName()
Get Name
|
String |
getVehicleType()
Get Vehicle type
|
void |
setCity(String City)
Set City
|
void |
setCode(String Code)
Set Invoice code
|
void |
setDate(String Date)
Set Date of issue
|
void |
setDateGetOn(String DateGetOn)
Set Departure date
|
void |
setGateNumber(String GateNumber)
Set Check-in gate
|
void |
setKind(String Kind)
Set Consumption type
|
void |
setNumber(String Number)
Set Invoice number
|
void |
setPlaceGetOn(String PlaceGetOn)
Set Departure place
|
void |
setProvince(String Province)
Set Province
|
void |
setQRCodeMark(Long QRCodeMark)
Set Whether there is a QR code (0: No, 1: Yes)
|
void |
setSeatNumber(String SeatNumber)
Set Seat No.
|
void |
setStationGetOff(String StationGetOff)
Set Destination
|
void |
setStationGetOn(String StationGetOn)
Set Departure station
|
void |
setTicketType(String TicketType)
Set Fare category
|
void |
setTimeGetOn(String TimeGetOn)
Set Departure time
|
void |
setTitle(String Title)
Set Invoice title
|
void |
setTotal(String Total)
Set Fare
|
void |
setTrainNumber(String TrainNumber)
Set Fleet number
|
void |
setUserID(String UserID)
Set ID card number
|
void |
setUserName(String UserName)
Set Name
|
void |
setVehicleType(String VehicleType)
Set Vehicle type
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BusInvoice()
public BusInvoice(BusInvoice source)
public String getTitle()
public void setTitle(String Title)
Title
- Invoice titlepublic Long getQRCodeMark()
public void setQRCodeMark(Long QRCodeMark)
QRCodeMark
- Whether there is a QR code (0: No, 1: Yes)public String getNumber()
public void setNumber(String Number)
Number
- Invoice numberpublic String getCode()
public void setCode(String Code)
Code
- Invoice codepublic String getDate()
public void setDate(String Date)
Date
- Date of issuepublic String getTimeGetOn()
public void setTimeGetOn(String TimeGetOn)
TimeGetOn
- Departure timepublic String getDateGetOn()
public void setDateGetOn(String DateGetOn)
DateGetOn
- Departure datepublic String getStationGetOn()
public void setStationGetOn(String StationGetOn)
StationGetOn
- Departure stationpublic String getStationGetOff()
public void setStationGetOff(String StationGetOff)
StationGetOff
- Destinationpublic String getTotal()
public void setTotal(String Total)
Total
- Farepublic String getUserName()
public void setUserName(String UserName)
UserName
- Namepublic String getKind()
public void setKind(String Kind)
Kind
- Consumption typepublic String getUserID()
public void setUserID(String UserID)
UserID
- ID card numberpublic String getProvince()
public void setProvince(String Province)
Province
- Provincepublic String getCity()
public void setCity(String City)
City
- Citypublic String getPlaceGetOn()
public void setPlaceGetOn(String PlaceGetOn)
PlaceGetOn
- Departure placepublic String getGateNumber()
public void setGateNumber(String GateNumber)
GateNumber
- Check-in gatepublic String getTicketType()
public void setTicketType(String TicketType)
TicketType
- Fare categorypublic String getVehicleType()
public void setVehicleType(String VehicleType)
VehicleType
- Vehicle typepublic String getSeatNumber()
public void setSeatNumber(String SeatNumber)
SeatNumber
- Seat No.public String getTrainNumber()
public void setTrainNumber(String TrainNumber)
TrainNumber
- Fleet numberCopyright © 2024. All rights reserved.