public class CodeNOList extends AlipayObject
| Constructor and Description |
|---|
CodeNOList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Gets amount.
|
String |
getCodeNo()
Gets code no.
|
String |
getSubType()
Gets sub type.
|
String |
getTicketType()
Gets ticket type.
|
String |
getValidDate()
Gets valid date.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setCodeNo(String codeNo)
Sets code no.
|
void |
setSubType(String subType)
Sets sub type.
|
void |
setTicketType(String ticketType)
Sets ticket type.
|
void |
setValidDate(String validDate)
Sets valid date.
|
public String getAmount()
public void setAmount(String amount)
amount - the amountpublic String getCodeNo()
public void setCodeNo(String codeNo)
codeNo - the code nopublic String getSubType()
public void setSubType(String subType)
subType - the sub typepublic String getTicketType()
public void setTicketType(String ticketType)
ticketType - the ticket typepublic String getValidDate()
public void setValidDate(String validDate)
validDate - the valid dateCopyright © 2018. All rights reserved.