@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class PropertyBytesNotRequired extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyBytesNotRequired.Builder |
| Constructor and Description |
|---|
PropertyBytesNotRequired(Optional<byte[]> one,
Optional<byte[]> two) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyBytesNotRequired.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Optional<byte[]> |
one() |
String |
toString() |
Optional<byte[]> |
two() |
PropertyBytesNotRequired |
withOne(byte[] one) |
PropertyBytesNotRequired |
withOne(Optional<byte[]> one) |
PropertyBytesNotRequired |
withTwo(byte[] two) |
PropertyBytesNotRequired |
withTwo(Optional<byte[]> two) |
public static PropertyBytesNotRequired.Builder builder()
public Optional<byte[]> one()
public Optional<byte[]> two()
public PropertyBytesNotRequired withOne(Optional<byte[]> one)
public PropertyBytesNotRequired withOne(byte[] one)
public PropertyBytesNotRequired withTwo(Optional<byte[]> two)
public PropertyBytesNotRequired withTwo(byte[] two)
Copyright © 2023. All rights reserved.