Class Userset


  • public class Userset
    extends java.lang.Object
    Userset
    • Field Detail

      • JSON_PROPERTY_THIS

        public static final java.lang.String JSON_PROPERTY_THIS
        See Also:
        Constant Field Values
      • JSON_PROPERTY_COMPUTED_USERSET

        public static final java.lang.String JSON_PROPERTY_COMPUTED_USERSET
        See Also:
        Constant Field Values
      • JSON_PROPERTY_TUPLE_TO_USERSET

        public static final java.lang.String JSON_PROPERTY_TUPLE_TO_USERSET
        See Also:
        Constant Field Values
      • JSON_PROPERTY_UNION

        public static final java.lang.String JSON_PROPERTY_UNION
        See Also:
        Constant Field Values
      • JSON_PROPERTY_INTERSECTION

        public static final java.lang.String JSON_PROPERTY_INTERSECTION
        See Also:
        Constant Field Values
      • JSON_PROPERTY_DIFFERENCE

        public static final java.lang.String JSON_PROPERTY_DIFFERENCE
        See Also:
        Constant Field Values
    • Constructor Detail

      • Userset

        public Userset()
    • Method Detail

      • _this

        public Userset _this​(java.lang.Object _this)
      • getThis

        @Nullable
        public java.lang.Object getThis()
        A DirectUserset is a sentinel message for referencing the direct members specified by an object/relation mapping.
        Returns:
        _this
      • setThis

        public void setThis​(java.lang.Object _this)
      • getComputedUserset

        @Nullable
        public ObjectRelation getComputedUserset()
        Get computedUserset
        Returns:
        computedUserset
      • setComputedUserset

        public void setComputedUserset​(ObjectRelation computedUserset)
      • getTupleToUserset

        @Nullable
        public TupleToUserset getTupleToUserset()
        Get tupleToUserset
        Returns:
        tupleToUserset
      • setTupleToUserset

        public void setTupleToUserset​(TupleToUserset tupleToUserset)
      • getUnion

        @Nullable
        public Usersets getUnion()
        Get union
        Returns:
        union
      • setUnion

        public void setUnion​(Usersets union)
      • getIntersection

        @Nullable
        public Usersets getIntersection()
        Get intersection
        Returns:
        intersection
      • setIntersection

        public void setIntersection​(Usersets intersection)
      • getDifference

        @Nullable
        public Difference getDifference()
        Get difference
        Returns:
        difference
      • setDifference

        public void setDifference​(Difference difference)
      • equals

        public boolean equals​(java.lang.Object o)
        Return true if this Userset object is equal to o.
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toUrlQueryString

        public java.lang.String toUrlQueryString()
        Convert the instance into URL query string.
        Returns:
        URL query string
      • toUrlQueryString

        public java.lang.String toUrlQueryString​(java.lang.String prefix)
        Convert the instance into URL query string.
        Parameters:
        prefix - prefix of the query string
        Returns:
        URL query string