@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class AnyObjectArrayProperty2 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AnyObjectArrayProperty2.Builder |
static class |
AnyObjectArrayProperty2.BuilderWithOther |
static class |
AnyObjectArrayProperty2.BuilderWithStuff |
static class |
AnyObjectArrayProperty2.Stuff |
| Constructor and Description |
|---|
AnyObjectArrayProperty2(AnyObjectArrayProperty2.Stuff stuff,
String other) |
| Modifier and Type | Method and Description |
|---|---|
static AnyObjectArrayProperty2.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
other() |
AnyObjectArrayProperty2.Stuff |
stuff() |
static AnyObjectArrayProperty2.BuilderWithStuff |
stuff(AnyObjectArrayProperty2.Stuff stuff) |
String |
toString() |
AnyObjectArrayProperty2 |
withOther(String other) |
AnyObjectArrayProperty2 |
withStuff(AnyObjectArrayProperty2.Stuff stuff) |
@ConstructorBinding public AnyObjectArrayProperty2(AnyObjectArrayProperty2.Stuff stuff, String other)
public static AnyObjectArrayProperty2.Builder builder()
public static AnyObjectArrayProperty2.BuilderWithStuff stuff(AnyObjectArrayProperty2.Stuff stuff)
public AnyObjectArrayProperty2.Stuff stuff()
public String other()
public AnyObjectArrayProperty2 withStuff(AnyObjectArrayProperty2.Stuff stuff)
public AnyObjectArrayProperty2 withOther(String other)
Copyright © 2023. All rights reserved.