Class PolicyChange.UpdateContent

java.lang.Object
org.apache.gravitino.policy.PolicyChange.UpdateContent
All Implemented Interfaces:
PolicyChange
Enclosing interface:
PolicyChange

public static final class PolicyChange.UpdateContent extends Object implements PolicyChange
A policy change to update the content of the policy.
  • Method Details

    • getPolicyType

      public String getPolicyType()
      Get the type of the policy.
      Returns:
      Get the type of the policy.
    • getContent

      public PolicyContent getContent()
      Get the content of the policy change.
      Returns:
      The content of the policy change.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object