Package org.apache.gravitino.policy
Class PolicyChange.UpdatePolicyComment
java.lang.Object
org.apache.gravitino.policy.PolicyChange.UpdatePolicyComment
- All Implemented Interfaces:
PolicyChange
- Enclosing interface:
- PolicyChange
Creates a new policy change to update the comment of the policy.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.policy.PolicyChange
PolicyChange.RenamePolicy, PolicyChange.UpdateContent, PolicyChange.UpdatePolicyComment
-
Method Summary
-
Method Details
-
getNewComment
Get the new comment of the policy.- Returns:
- The new comment of the policy.
-
equals
Get the type of the policy change. -
hashCode
public int hashCode()Get the hash code of the policy change. -
toString
Get the string representation of the policy change.
-