java.lang.Object
org.apache.syncope.ext.openfga.client.model.Any

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-10-17T13:24:48.337210454+02:00[Europe/Rome]", comments="Generator version: 7.16.0") public class Any extends Object
Any
  • Field Details

  • Constructor Details

    • Any

      public Any()
  • Method Details

    • atType

      public Any atType(@Nullable String atType)
    • getAtType

      @Nullable public String getAtType()
      Get atType
      Returns:
      atType
    • setAtType

      public void setAtType(@Nullable String atType)
    • putAdditionalProperty

      public Any putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - the name of the property
      value - the value of the property
      Returns:
      self reference
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) properties.
      Returns:
      the additional (undeclared) properties
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - the name of the property
      Returns:
      the additional (undeclared) property with the specified name
    • equals

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