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