Class ImmutableSortOrdersTextProperties

    • Method Detail

      • withSortOrderSeparator

        public final ImmutableSortOrdersTextProperties withSortOrderSeparator​(String value)
        Copy the current immutable object by setting a value for the sortOrderSeparator attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for sortOrderSeparator
        Returns:
        A modified copy of the this object
      • withSortOrderArgsSeparator

        public final ImmutableSortOrdersTextProperties withSortOrderArgsSeparator​(String value)
        Copy the current immutable object by setting a value for the sortOrderArgsSeparator attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for sortOrderArgsSeparator
        Returns:
        A modified copy of the this object
      • withAscValue

        public final ImmutableSortOrdersTextProperties withAscValue​(String value)
        Copy the current immutable object by setting a value for the ascValue attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for ascValue
        Returns:
        A modified copy of the this object
      • withDescValue

        public final ImmutableSortOrdersTextProperties withDescValue​(String value)
        Copy the current immutable object by setting a value for the descValue attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for descValue
        Returns:
        A modified copy of the this object
      • withCaseInsensitiveValue

        public final ImmutableSortOrdersTextProperties withCaseInsensitiveValue​(String value)
        Copy the current immutable object by setting a value for the caseInsensitiveValue attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for caseInsensitiveValue
        Returns:
        A modified copy of the this object
      • withCaseSensitiveValue

        public final ImmutableSortOrdersTextProperties withCaseSensitiveValue​(String value)
        Copy the current immutable object by setting a value for the caseSensitiveValue attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for caseSensitiveValue
        Returns:
        A modified copy of the this object
      • withNullIsLastValue

        public final ImmutableSortOrdersTextProperties withNullIsLastValue​(String value)
        Copy the current immutable object by setting a value for the nullIsLastValue attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for nullIsLastValue
        Returns:
        A modified copy of the this object
      • withNullIsFirstValue

        public final ImmutableSortOrdersTextProperties withNullIsFirstValue​(String value)
        Copy the current immutable object by setting a value for the nullIsFirstValue attribute. An equals check used to prevent copying of the same value by returning this.
        Parameters:
        value - A new value for nullIsFirstValue
        Returns:
        A modified copy of the this object
      • equals

        public boolean equals​(Object another)
        This instance is equal to all instances of ImmutableSortOrdersTextProperties that have equal attribute values.
        Overrides:
        equals in class Object
        Returns:
        true if this is equal to another instance
      • hashCode

        public int hashCode()
        Computes a hash code from attributes: sortOrderSeparator, sortOrderArgsSeparator, ascValue, descValue, caseInsensitiveValue, caseSensitiveValue, nullIsLastValue, nullIsFirstValue.
        Overrides:
        hashCode in class Object
        Returns:
        hashCode value
      • toString

        public String toString()
        Prints the immutable value SortOrdersTextProperties with attribute values.
        Overrides:
        toString in class Object
        Returns:
        A string representation of the value