Class TupleToUserSet

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.14.0") 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(@Nullable TupleSet tupleSet)
    • getTupleSet

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

      public void setTupleSet(@Nullable TupleSet tupleSet)
    • computed

      public TupleToUserSet computed(@Nullable ComputedUserSet computed)
    • getComputed

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

      public void setComputed(@Nullable 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