Class SchemaAttributesRequestBody

    • Constructor Detail

      • SchemaAttributesRequestBody

        public SchemaAttributesRequestBody()
        Default constructor
      • SchemaAttributesRequestBody

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

      • 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
      • 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