Class BaseResourceRepresentation

java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
All Implemented Interfaces:
ResourceRepresentation
Direct Known Subclasses:
AbstractExtensibleRepresentation, CustomPropertiesMapRepresentation, Token, TokenClaims

public class BaseResourceRepresentation extends Object implements ResourceRepresentation
  • Constructor Details

    • BaseResourceRepresentation

      public BaseResourceRepresentation()
  • Method Details

    • setSelf

      public void setSelf(String self)
    • getSelf

      @JSONProperty(ignoreIfNull=true) public String getSelf()
    • getSelfDecoded

      @JSONProperty(ignore=true, readOnly=true) public String getSelfDecoded()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toJSON

      @JSONProperty(ignore=true) public String toJSON()