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