Class ExternalIDRepresentation

All Implemented Interfaces:
ResourceRepresentation, org.svenson.DynamicProperties

public class ExternalIDRepresentation extends AbstractExtensibleRepresentation
  • Constructor Details

    • ExternalIDRepresentation

      public ExternalIDRepresentation()
  • Method Details

    • getExternalId

      @JSONProperty(ignoreIfNull=true) public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getType

      @JSONProperty(ignoreIfNull=true) public String getType()
    • setType

      public void setType(String type)
    • getManagedObject

      @JSONProperty(ignoreIfNull=true) public ManagedObjectRepresentation getManagedObject()
    • setManagedObject

      public void setManagedObject(ManagedObjectRepresentation managedObject)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object