@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class NullableExample extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NullableExample.B |
static class |
NullableExample.Builder |
static class |
NullableExample.BuilderWithA |
static class |
NullableExample.BuilderWithB |
| Constructor and Description |
|---|
NullableExample(Optional<Integer> req,
long a,
org.openapitools.jackson.nullable.JsonNullable<String> notReq,
NullableExample.B b) |
| Modifier and Type | Method and Description |
|---|---|
long |
a() |
static NullableExample.BuilderWithA |
a(long a) |
NullableExample.B |
b() |
static NullableExample.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
org.openapitools.jackson.nullable.JsonNullable<String> |
notReq() |
Optional<Integer> |
req() |
String |
toString() |
NullableExample |
withA(long a) |
NullableExample |
withB(NullableExample.B b) |
NullableExample |
withNotReq(org.openapitools.jackson.nullable.JsonNullable<String> notReq) |
NullableExample |
withNotReq(String notReq) |
NullableExample |
withReq(Integer req) |
NullableExample |
withReq(Optional<Integer> req) |
@ConstructorBinding public NullableExample(Optional<Integer> req, long a, org.openapitools.jackson.nullable.JsonNullable<String> notReq, NullableExample.B b)
public static NullableExample.Builder builder()
public static NullableExample.BuilderWithA a(long a)
public long a()
public org.openapitools.jackson.nullable.JsonNullable<String> notReq()
public NullableExample.B b()
public NullableExample withReq(Optional<Integer> req)
public NullableExample withReq(Integer req)
public NullableExample withA(long a)
public NullableExample withNotReq(org.openapitools.jackson.nullable.JsonNullable<String> notReq)
public NullableExample withNotReq(String notReq)
public NullableExample withB(NullableExample.B b)
Copyright © 2023. All rights reserved.