Package io.jans.configapi.core.model
Class Token
- java.lang.Object
-
- io.jans.orm.model.base.Entry
-
- io.jans.configapi.core.model.Token
-
- All Implemented Interfaces:
Serializable,Cloneable
public class Token extends io.jans.orm.model.base.Entry- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Token()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()StringgetTokenCode()StringgetTokenType()StringgetUserId()voidsetClientId(String v)voidsetTokenCode(String tokenCode)voidsetTokenType(String v)voidsetUserId(String userId)StringtoString()
-
-
-
Method Detail
-
getTokenCode
public String getTokenCode()
-
getClientId
public String getClientId()
-
getTokenType
public String getTokenType()
-
getUserId
public String getUserId()
-
setTokenCode
public void setTokenCode(String tokenCode)
-
setClientId
public void setClientId(String v)
-
setTokenType
public void setTokenType(String v)
-
setUserId
public void setUserId(String userId)
-
toString
public String toString()
- Overrides:
toStringin classio.jans.orm.model.base.Entry
-
-