Class TupleToUserSet

java.lang.Object
co.permify.sdk.model.TupleToUserSet

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TupleToUserSet extends Object
TupleToUserSet defines a mapping from tuple sets to computed user sets.
  • Field Details

  • Constructor Details

    • TupleToUserSet

      public TupleToUserSet()
  • Method Details

    • tupleSet

      public TupleToUserSet tupleSet(TupleSet tupleSet)
    • getTupleSet

      @Nullable public TupleSet getTupleSet()
      Get tupleSet
      Returns:
      tupleSet
    • setTupleSet

      public void setTupleSet(TupleSet tupleSet)
    • computed

      public TupleToUserSet computed(ComputedUserSet computed)
    • getComputed

      @Nullable public ComputedUserSet getComputed()
      Get computed
      Returns:
      computed
    • setComputed

      public void setComputed(ComputedUserSet computed)
    • equals

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

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

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

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

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