public class TicketTransInfo extends AlipayObject
Constructor and Description |
---|
TicketTransInfo() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreateTime()
Gets create time.
|
Date |
getLastModifyTime()
Gets last modify time.
|
String |
getTicketTransId()
Gets ticket trans id.
|
String |
getTicketTransType()
Gets ticket trans type.
|
void |
setCreateTime(Date createTime)
Sets create time.
|
void |
setLastModifyTime(Date lastModifyTime)
Sets last modify time.
|
void |
setTicketTransId(String ticketTransId)
Sets ticket trans id.
|
void |
setTicketTransType(String ticketTransType)
Sets ticket trans type.
|
public Date getCreateTime()
public void setCreateTime(Date createTime)
createTime
- the create timepublic Date getLastModifyTime()
public void setLastModifyTime(Date lastModifyTime)
lastModifyTime
- the last modify timepublic String getTicketTransId()
public void setTicketTransId(String ticketTransId)
ticketTransId
- the ticket trans idpublic String getTicketTransType()
public void setTicketTransType(String ticketTransType)
ticketTransType
- the ticket trans typeCopyright © 2018. All rights reserved.