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