Class SchemaAttributesRequestBody

java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIRequestBody
org.odpi.openmetadata.accessservices.assetowner.rest.SchemaAttributesRequestBody
All Implemented Interfaces:
Serializable

public class SchemaAttributesRequestBody extends AssetOwnerOMASAPIRequestBody
SchemaAttributesRequestBody carries the common parameters for creating a list of schema attributes.
See Also:
  • Constructor Details

    • SchemaAttributesRequestBody

      public SchemaAttributesRequestBody()
      Default constructor
    • SchemaAttributesRequestBody

      public SchemaAttributesRequestBody(SchemaAttributesRequestBody template)
      Copy/clone constructor.
      Parameters:
      template - template schema attribute to copy.
  • Method Details

    • getSchemaAttributeProperties

      public List<SchemaAttributeProperties> getSchemaAttributeProperties()
      Return the properties that describe the schema attribute.
      Returns:
      schema attribute properties
    • setSchemaAttributeProperties

      public void setSchemaAttributeProperties(List<SchemaAttributeProperties> schemaAttributeProperties)
      Set up the properties that describe the schema attribute.
      Parameters:
      schemaAttributeProperties - schema attribute properties
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class AssetOwnerOMASAPIRequestBody
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

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