public class License extends Object
| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Customer |
getCustomer() |
long |
getExpiresAt() |
Features |
getFeatures() |
String |
getId() |
long |
getIssuedAt() |
long |
getStartsAt() |
int |
hashCode() |
void |
setCustomer(Customer customer) |
void |
setExpiresAt(long expiresAt) |
void |
setFeatures(Features features) |
void |
setId(String id) |
void |
setIssuedAt(long issuedAt) |
void |
setStartsAt(long startsAt) |
String |
toString() |
public String getId()
public long getIssuedAt()
public long getStartsAt()
public long getExpiresAt()
public Customer getCustomer()
public Features getFeatures()
public void setId(String id)
public void setIssuedAt(long issuedAt)
public void setStartsAt(long startsAt)
public void setExpiresAt(long expiresAt)
public void setCustomer(Customer customer)
public void setFeatures(Features features)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.