Class V1QueryAll
- java.lang.Object
-
- io.streamthoughts.azkarra.client.openapi.models.V1QueryAll
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-03-03T15:07:47.764821Z[Etc/UTC]") public class V1QueryAll extends Object
V1QueryAll
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERIALIZED_NAME_ALL
-
Constructor Summary
Constructors Constructor Description V1QueryAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V1QueryAll
all(Map<String,Object> all)
boolean
equals(Object o)
Map<String,Object>
getAll()
Get allint
hashCode()
V1QueryAll
putAllItem(String key, Object allItem)
void
setAll(Map<String,Object> all)
String
toString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALL
public static final String SERIALIZED_NAME_ALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
all
public V1QueryAll all(Map<String,Object> all)
-
putAllItem
public V1QueryAll putAllItem(String key, Object allItem)
-
-