- java.lang.Object
-
- net.bis5.mattermost.model.Token
-
public class Token extends Object
-
-
Constructor Summary
Constructors Constructor Description Token()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)longgetCreateAt()StringgetExtra()StringgetToken()StringgetType()inthashCode()voidsetCreateAt(long createAt)voidsetExtra(String extra)voidsetToken(String token)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getToken
public String getToken()
-
getCreateAt
public long getCreateAt()
-
getType
public String getType()
-
getExtra
public String getExtra()
-
setToken
public void setToken(String token)
-
setCreateAt
public void setCreateAt(long createAt)
-
setType
public void setType(String type)
-
setExtra
public void setExtra(String extra)
-
canEqual
protected boolean canEqual(Object other)
-
-