Class ComputedAttribute

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

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ComputedAttribute extends Object
ComputedAttribute defines a computed attribute which includes its name.
  • Field Details

  • Constructor Details

    • ComputedAttribute

      public ComputedAttribute()
  • Method Details

    • name

      public ComputedAttribute name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • equals

      public boolean equals(Object o)
      Return true if this ComputedAttribute 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