Class NewGovernanceServiceRequestBody

    • Constructor Detail

      • NewGovernanceServiceRequestBody

        public NewGovernanceServiceRequestBody()
        Default constructor
      • NewGovernanceServiceRequestBody

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

      • setQualifiedName

        public void setQualifiedName​(String qualifiedName)
        Set up the fully qualified name.
        Parameters:
        qualifiedName - String name
      • getQualifiedName

        public String getQualifiedName()
        Returns the stored qualified name property for the metadata entity. If no qualified name is available then the empty string is returned.
        Returns:
        qualifiedName
      • getDisplayName

        public String getDisplayName()
        Return the display name for messages and UI.
        Returns:
        string name
      • setDisplayName

        public void setDisplayName​(String displayName)
        Set up the display name for messages and UI.
        Parameters:
        displayName - string name
      • getDescription

        public String getDescription()
        Return the description of the governance engine.
        Returns:
        string description
      • setDescription

        public void setDescription​(String description)
        Set up the description of the governance engine.
        Parameters:
        description - string
      • getConnection

        public Connection getConnection()
        Return the connection used to create a instance of this governance service.
        Returns:
        Connection object
      • setConnection

        public void setConnection​(Connection connection)
        Set up the connection used to create a instance of this governance service.
        Parameters:
        connection - connection object
      • 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