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