Class TokenClaims
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.sdk.client.messaging.notifications.TokenClaims
-
- All Implemented Interfaces:
ResourceRepresentation
public class TokenClaims extends BaseResourceRepresentation
-
-
Constructor Summary
Constructors Constructor Description TokenClaims()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetExp()longgetIat()StringgetJti()StringgetSubscriber()StringgetTopic()booleanisNonPersistent()booleanisShared()-
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON, toString
-
-
-
-
Method Detail
-
getSubscriber
@JSONProperty(value="sub", ignoreIfNull=true) public String getSubscriber()
-
getTopic
@JSONProperty(ignoreIfNull=true) public String getTopic()
-
getJti
@JSONProperty(ignoreIfNull=true) public String getJti()
-
getIat
@JSONProperty(ignoreIfNull=true) public long getIat()
-
getExp
@JSONProperty(ignoreIfNull=true) public long getExp()
-
isShared
@JSONProperty(value="shared", ignoreIfNull=true) public boolean isShared()
-
isNonPersistent
@JSONProperty(value="volatile", ignoreIfNull=true) public boolean isNonPersistent()
-
-