Class SchemaTypeRequestBody

    • Constructor Detail

      • SchemaTypeRequestBody

        public SchemaTypeRequestBody()
        Deprecated.
        Default constructor
      • SchemaTypeRequestBody

        public SchemaTypeRequestBody​(SchemaTypeRequestBody template)
        Deprecated.
        Copy/clone Constructor.
        Parameters:
        template - template object to copy.
    • Method Detail

      • getSchemaTypeProperties

        public SchemaTypeProperties getSchemaTypeProperties()
        Deprecated.
        Return the properties for the schema type.
        Returns:
        schema type properties
      • setSchemaTypeProperties

        public void setSchemaTypeProperties​(SchemaTypeProperties schemaTypeProperties)
        Deprecated.
        Set up schema type
        Parameters:
        schemaTypeProperties - schema type properties
      • equals

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

        public int hashCode()
        Deprecated.
        Return hash code for this object
        Overrides:
        hashCode in class SchemaTypeProperties
        Returns:
        int hash code
      • toString

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