Class UpdateGovernanceActionTypeRequestBody

  • All Implemented Interfaces:
    Serializable

    public class UpdateGovernanceActionTypeRequestBody
    extends Object
    implements Serializable
    UpdateGovernanceActionTypeRequestBody describes the request body used to update governance action type properties.
    See Also:
    Serialized Form
    • Constructor Detail

      • UpdateGovernanceActionTypeRequestBody

        public UpdateGovernanceActionTypeRequestBody()
        Default constructor
      • UpdateGovernanceActionTypeRequestBody

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

      • getMergeUpdate

        public boolean getMergeUpdate()
        Return indication of there properties should be over-write or replace existing properties.
        Returns:
        boolean flag
      • setMergeUpdate

        public void setMergeUpdate​(boolean mergeUpdate)
        Set up the indication of there properties should be over-write or replace existing properties.
        Parameters:
        mergeUpdate - boolean flag
      • setProperties

        public void setProperties​(GovernanceActionTypeProperties properties)
        Set up the properties for the element.
        Parameters:
        properties - properties object
      • 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