- java.lang.Object
-
- net.bis5.mattermost.model.License
-
public class License extends Object
The Enterprise License.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description License()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)CustomergetCustomer()longgetExpiresAt()FeaturesgetFeatures()StringgetId()longgetIssuedAt()longgetStartsAt()inthashCode()voidsetCustomer(Customer customer)voidsetExpiresAt(long expiresAt)voidsetFeatures(Features features)voidsetId(String id)voidsetIssuedAt(long issuedAt)voidsetStartsAt(long startsAt)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getIssuedAt
public long getIssuedAt()
-
getStartsAt
public long getStartsAt()
-
getExpiresAt
public long getExpiresAt()
-
getCustomer
public Customer getCustomer()
-
getFeatures
public Features getFeatures()
-
setId
public void setId(String id)
-
setIssuedAt
public void setIssuedAt(long issuedAt)
-
setStartsAt
public void setStartsAt(long startsAt)
-
setExpiresAt
public void setExpiresAt(long expiresAt)
-
setCustomer
public void setCustomer(Customer customer)
-
setFeatures
public void setFeatures(Features features)
-
canEqual
protected boolean canEqual(Object other)
-
-