Class RegionOverride

    • Method Detail

      • fromNode

        public static RegionOverride fromNode​(Node node)
        Creates a RegionOverride instance from the given Node information.
        Parameters:
        node - the node to deserialize.
        Returns:
        the created RegionOverride.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toNode

        public Node toNode()
        Description copied from interface: ToNode
        Converts a value to a Node.
        Specified by:
        toNode in interface ToNode
        Returns:
        Returns the creates Node.