Class ExternalReferenceLinkRequestBody


public class ExternalReferenceLinkRequestBody extends EffectiveTimeQueryRequestBody
ExternalGlossaryLinkRequestBody describes the request body used to create/update links to external glossary elements.
  • Constructor Details

    • ExternalReferenceLinkRequestBody

      public ExternalReferenceLinkRequestBody()
      Default constructor
    • ExternalReferenceLinkRequestBody

      public ExternalReferenceLinkRequestBody(ExternalReferenceLinkRequestBody template)
      Copy/clone constructor.
      Parameters:
      template - object to copy
  • Method Details

    • getElementProperties

      public ExternalReferenceLinkProperties getElementProperties()
      Return the properties for the element.
      Returns:
      properties object
    • setElementProperties

      public void setElementProperties(ExternalReferenceLinkProperties elementProperties)
      Set up the properties for the element.
      Parameters:
      elementProperties - properties object
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class EffectiveTimeQueryRequestBody
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class EffectiveTimeQueryRequestBody
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class EffectiveTimeQueryRequestBody
      Returns:
      int hash code