@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class Dog extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Dog.Builder |
static class |
Dog.BuilderWithObject1 |
static class |
Dog.BuilderWithPet |
static class |
Dog.Deserializer |
static class |
Dog.Object1 |
| Constructor and Description |
|---|
Dog(Pet pet,
Dog.Object1 object1) |
| Modifier and Type | Method and Description |
|---|---|
static Dog.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
Dog.Object1 |
object1() |
Pet |
pet() |
static Dog.BuilderWithPet |
pet(Pet pet) |
String |
toString() |
public Dog(Pet pet, Dog.Object1 object1)
public static Dog.Builder builder()
public static Dog.BuilderWithPet pet(Pet pet)
public Pet pet()
public Dog.Object1 object1()
Copyright © 2023. All rights reserved.