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