Class ServicePropertiesAndRequests

java.lang.Object
org.odpi.openmetadata.viewservices.dino.api.properties.ServicePropertiesAndRequests

public class ServicePropertiesAndRequests extends Object
  • Constructor Details

    • ServicePropertiesAndRequests

      public ServicePropertiesAndRequests()
      Default Constructor sets the properties to nulls
    • ServicePropertiesAndRequests

      public ServicePropertiesAndRequests(GovernanceServiceProperties serviceProperties, Map<String,Map<String,String>> requestTypeParameters)
  • Method Details

    • getServiceProperties

      public GovernanceServiceProperties getServiceProperties()
    • setServiceProperties

      public void setServiceProperties(GovernanceServiceProperties serviceProperties)
    • getRequestTypeParameters

      public Map<String,Map<String,String>> getRequestTypeParameters()
    • setRequestTypeParameters

      public void setRequestTypeParameters(Map<String,Map<String,String>> requestTypeParameters)
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      JSON style description of variables.
    • equals

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class Object
      Returns:
      in hash code