@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class TwoMaps extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TwoMaps.Builder |
| Constructor and Description |
|---|
TwoMaps(Optional<Map<String,Object>> stuff,
Optional<Map<String,Object>> other) |
| Modifier and Type | Method and Description |
|---|---|
static TwoMaps.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Optional<Map<String,Object>> |
other() |
Optional<Map<String,Object>> |
stuff() |
String |
toString() |
TwoMaps |
withOther(Optional<Map<String,Object>> other) |
TwoMaps |
withStuff(Optional<Map<String,Object>> stuff) |
public static TwoMaps.Builder builder()
Copyright © 2023. All rights reserved.