Class Any
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]",
comments="Generator version: 7.12.0")
public class Any
extends HashMap<String,Object>
Any
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this Any object is equal to o.Return the additional (undeclared) properties.Return the additional (undeclared) property with the specified name.Get atTypeint
hashCode()
putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
JSON_PROPERTY_AT_TYPE
- See Also:
-
-
Constructor Details
-
Any
public Any()
-
-
Method Details
-
atType
-
getAtType
Get atType- Returns:
- atType
-
setAtType
-
putAdditionalProperty
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 propertyvalue
- the value of the property- Returns:
- self reference
-
getAdditionalProperties
Return the additional (undeclared) properties.- Returns:
- the additional (undeclared) properties
-
getAdditionalProperty
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
Return true if this Any object is equal to o. -
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classAbstractMap<String,
Object>
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-