java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.controls.RequestTypeType

public class RequestTypeType extends Object
RequestTypeType characterises one of the governance request types supported by a specific governance service. This enables the capability of a governance service to be correctly matched to the resources and elements that it works with.
  • Constructor Details

    • RequestTypeType

      public RequestTypeType()
      Default constructor
    • RequestTypeType

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

    • getRequestType

      public String getRequestType()
      Return the request type value.
      Returns:
      string
    • setRequestType

      public void setRequestType(String requestType)
      Set up the request type value.
      Parameters:
      requestType - string
    • getDescription

      public String getDescription()
      Return the description of the request parameter.
      Returns:
      string
    • setDescription

      public void setDescription(String description)
      Set up the description of the request parameter.
      Parameters:
      description - string
    • getOtherPropertyValues

      public Map<String,String> getOtherPropertyValues()
      Return a map of property name to property value to provide additional information for this governance service.
      Returns:
      map of string to string
    • setOtherPropertyValues

      public void setOtherPropertyValues(Map<String,String> otherPropertyValues)
      Set up a map of property name to property value to provide additional information for this governance service..
      Parameters:
      otherPropertyValues - map of string to string
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

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