Class GovernanceEngineEvent

    • Method Detail

      • getEventVersionId

        public long getEventVersionId()
        Return the event version id for this event structure.
        Returns:
        long
      • setEventVersionId

        public void setEventVersionId​(long eventVersionId)
        Set up the event version id for this event structure.
        Parameters:
        eventVersionId - long
      • setEventType

        public void setEventType​(GovernanceEngineEventType eventType)
        Set up the type of event.
        Parameters:
        eventType - - event type enum
      • getGovernanceEngineGUID

        public String getGovernanceEngineGUID()
        Return the unique identifier of the governance engine that has a configuration change.
        Returns:
        string guid
      • setGovernanceEngineGUID

        public void setGovernanceEngineGUID​(String governanceEngineGUID)
        Set up the unique identifier of the governance engine that has a configuration change.
        Parameters:
        governanceEngineGUID - string guid
      • getGovernanceEngineName

        public String getGovernanceEngineName()
        Return the unique name of the governance engine that has a configuration change.
        Returns:
        string name
      • setGovernanceEngineName

        public void setGovernanceEngineName​(String governanceEngineName)
        Set up the unique name of the governance engine that has a configuration change.
        Parameters:
        governanceEngineName - string name
      • 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