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