Class GovernanceServiceRegistrationRequestBody

  • All Implemented Interfaces:
    Serializable

    public class GovernanceServiceRegistrationRequestBody
    extends Object
    implements Serializable
    GovernanceServiceRegistrationRequestBody provides a structure for passing details of a governance service that is to be registered with a governance engine.
    See Also:
    Serialized Form
    • Constructor Detail

      • GovernanceServiceRegistrationRequestBody

        public GovernanceServiceRegistrationRequestBody()
        Default constructor
      • GovernanceServiceRegistrationRequestBody

        public GovernanceServiceRegistrationRequestBody​(GovernanceServiceRegistrationRequestBody template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getGovernanceServiceGUID

        public String getGovernanceServiceGUID()
        Return the unique identifier of the governance service.
        Returns:
        guid
      • setGovernanceServiceGUID

        public void setGovernanceServiceGUID​(String governanceServiceGUID)
        Set up the unique identifier of the governance service.
        Parameters:
        governanceServiceGUID - guid
      • getRequestType

        public String getRequestType()
        Return the new request that this governance service supports.
        Returns:
        name of the request
      • setRequestType

        public void setRequestType​(String requestType)
        Set up the new request that this governance service supports.
        Parameters:
        requestType - name of the request
      • getRequestParameters

        public Map<String,​String> getRequestParameters()
        Return the list of analysis parameters that are passed to the governance service (via the governance context). These values can be overridden on the actual governance request.
        Returns:
        map of parameter name to parameter value
      • setRequestParameters

        public void setRequestParameters​(Map<String,​String> requestParameters)
        Set up the list of analysis parameters that are passed to the governance service (via the governance context). These values can be overridden on the actual governance request.
        Parameters:
        requestParameters - map of parameter name to parameter value
      • toString

        public String toString()
        JSON-style toString.
        Overrides:
        toString in class Object
        Returns:
        list of properties and their values.
      • equals

        public boolean equals​(Object objectToCompare)
        Equals method that returns true if containing properties are the same.
        Overrides:
        equals in class Object
        Parameters:
        objectToCompare - object to compare
        Returns:
        boolean result of comparison
      • hashCode

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