Package org.apache.gravitino.policy
Class PolicyChange.RenamePolicy
java.lang.Object
org.apache.gravitino.policy.PolicyChange.RenamePolicy
- All Implemented Interfaces:
PolicyChange
- Enclosing interface:
- PolicyChange
A policy change to rename 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
-
getNewName
Get the new name of the policy.- Returns:
- The new name 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.
-