Class ExternalGlossaryLinkRequestBody


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

    • ExternalGlossaryLinkRequestBody

      public ExternalGlossaryLinkRequestBody()
      Default constructor
    • ExternalGlossaryLinkRequestBody

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

    • getElementProperties

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

      public void setElementProperties(ExternalGlossaryLinkProperties 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