@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class QueryObjectGetIdParameterId extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryObjectGetIdParameterId.Builder |
static class |
QueryObjectGetIdParameterId.BuilderWithFirst |
| Constructor and Description |
|---|
QueryObjectGetIdParameterId(String first,
Optional<Long> second) |
| Modifier and Type | Method and Description |
|---|---|
static QueryObjectGetIdParameterId.Builder |
builder() |
boolean |
equals(Object o) |
String |
first() |
static QueryObjectGetIdParameterId.BuilderWithFirst |
first(String first) |
int |
hashCode() |
Optional<Long> |
second() |
String |
toString() |
QueryObjectGetIdParameterId |
withFirst(String first) |
QueryObjectGetIdParameterId |
withSecond(long second) |
QueryObjectGetIdParameterId |
withSecond(Optional<Long> second) |
public static QueryObjectGetIdParameterId.Builder builder()
public static QueryObjectGetIdParameterId.BuilderWithFirst first(String first)
public String first()
public QueryObjectGetIdParameterId withFirst(String first)
public QueryObjectGetIdParameterId withSecond(Optional<Long> second)
public QueryObjectGetIdParameterId withSecond(long second)
Copyright © 2023. All rights reserved.