public class Ticket extends Object implements Serializable
TicketType,
Serialized Form| Constructor and Description |
|---|
Ticket() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getExpire() |
Long |
getExpireAt() |
String |
getTicket() |
TicketType |
getType() |
void |
setExpire(Integer expire) |
void |
setExpireAt(Long expireAt) |
void |
setTicket(String ticket) |
void |
setType(TicketType type) |
String |
toString() |
public String getTicket()
public void setTicket(String ticket)
public TicketType getType()
public void setType(TicketType type)
public Integer getExpire()
public void setExpire(Integer expire)
public Long getExpireAt()
public void setExpireAt(Long expireAt)
Copyright © 2019. All rights reserved.