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 Details

    • TokenClaims

      public TokenClaims()
  • Method Details

    • 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()