Class MetadataSourceRequestBody

java.lang.Object
org.odpi.openmetadata.frameworkservices.oif.rest.MetadataSourceRequestBody

public class MetadataSourceRequestBody extends Object
MetadataSourceRequestBody is the request body structure used on OIF REST API calls that requests a new element to represent a new metadata source.
  • Constructor Details

    • MetadataSourceRequestBody

      public MetadataSourceRequestBody()
      Default constructor
    • MetadataSourceRequestBody

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

    • getTypeName

      public String getTypeName()
      Return the type name for the metadata source.
      Returns:
      string name
    • setTypeName

      public void setTypeName(String typeName)
      Set up the type name for the metadata source.
      Parameters:
      typeName - string
    • getClassificationName

      public String getClassificationName()
      Return the classification name.
      Returns:
      string name
    • setClassificationName

      public void setClassificationName(String classificationName)
      Set up the classification name.
      Parameters:
      classificationName - string
    • getQualifiedName

      public String getQualifiedName()
      Return the qualified name.
      Returns:
      string name
    • setQualifiedName

      public void setQualifiedName(String qualifiedName)
      Set up the qualified name.
      Parameters:
      qualifiedName - string
    • getDeployedImplementationType

      public String getDeployedImplementationType()
      Return the description of the type of capability this is.
      Returns:
      string description
    • setDeployedImplementationType

      public void setDeployedImplementationType(String deployedImplementationType)
      Set up the description of the type of capability this is.
      Parameters:
      deployedImplementationType - string
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      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()
      Create a hash code for this element type.
      Overrides:
      hashCode in class Object
      Returns:
      int hash code