Class GovernanceRoleRequestBody

All Implemented Interfaces:
Serializable

public class GovernanceRoleRequestBody extends ExternalSourceRequestBody
GovernanceDefinitionRequestBody provides a structure used when creating governance definitions.
See Also:
  • Constructor Details

    • GovernanceRoleRequestBody

      public GovernanceRoleRequestBody()
      Default constructor
    • GovernanceRoleRequestBody

      public GovernanceRoleRequestBody(GovernanceRoleRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getProperties

      public GovernanceRoleProperties getProperties()
      Return the properties of the governance role.
      Returns:
      properties
    • setProperties

      public void setProperties(GovernanceRoleProperties properties)
      Set up the properties of the governance role.
      Parameters:
      properties - properties
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class ExternalSourceRequestBody
      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 ExternalSourceRequestBody
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

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