Class ViewChange.SetProperty

java.lang.Object
org.apache.gravitino.rel.ViewChange.SetProperty
All Implemented Interfaces:
ViewChange
Enclosing interface:
ViewChange

public static final class ViewChange.SetProperty extends Object implements ViewChange
A ViewChange to set a view property.

If the property already exists, it must be replaced with the new value.

  • Method Details

    • getProperty

      public String getProperty()
      Retrieves the name of the property.
      Returns:
      The property name.
    • getValue

      public String getValue()
      Retrieves the value of the property.
      Returns:
      The property value.
    • 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