Class DeployedAPISchemaType

All Implemented Interfaces:
Serializable

public class DeployedAPISchemaType extends APISchemaType
An asset's schema provides information about how the asset structures the data it supports. The NestedSchemaType object describes a nested structure of schema attributes and types.
See Also:
  • Field Details

  • Constructor Details

    • DeployedAPISchemaType

      protected DeployedAPISchemaType()
      Constructor used by the subclasses
    • DeployedAPISchemaType

      public DeployedAPISchemaType(APISchemaType schemaBean)
      Bean constructor
      Parameters:
      schemaBean - bean containing the schema properties
    • DeployedAPISchemaType

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

    • getAPIOperations

      public APIOperations getAPIOperations()
      Return the list of schema attributes in this schema.
      Returns:
      SchemaAttributes
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class APISchemaType
      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 APISchemaType
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Hash of properties
      Overrides:
      hashCode in class APISchemaType
      Returns:
      int