@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GetVmSnapshotsConnectionRequestBody extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_AFTER |
static String |
SERIALIZED_NAME_BEFORE |
static String |
SERIALIZED_NAME_FIRST |
static String |
SERIALIZED_NAME_LAST |
static String |
SERIALIZED_NAME_ORDER_BY |
static String |
SERIALIZED_NAME_SKIP |
static String |
SERIALIZED_NAME_WHERE |
| 构造器和说明 |
|---|
GetVmSnapshotsConnectionRequestBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetVmSnapshotsConnectionRequestBody |
after(String after) |
GetVmSnapshotsConnectionRequestBody |
before(String before) |
boolean |
equals(Object o) |
GetVmSnapshotsConnectionRequestBody |
first(Integer first) |
String |
getAfter()
Get after
|
String |
getBefore()
Get before
|
Integer |
getFirst()
Get first
|
Integer |
getLast()
Get last
|
VmSnapshotOrderByInput |
getOrderBy()
Get orderBy
|
Integer |
getSkip()
Get skip
|
VmSnapshotWhereInput |
getWhere()
Get where
|
int |
hashCode() |
GetVmSnapshotsConnectionRequestBody |
last(Integer last) |
GetVmSnapshotsConnectionRequestBody |
orderBy(VmSnapshotOrderByInput orderBy) |
void |
setAfter(String after) |
void |
setBefore(String before) |
void |
setFirst(Integer first) |
void |
setLast(Integer last) |
void |
setOrderBy(VmSnapshotOrderByInput orderBy) |
void |
setSkip(Integer skip) |
void |
setWhere(VmSnapshotWhereInput where) |
GetVmSnapshotsConnectionRequestBody |
skip(Integer skip) |
String |
toString() |
GetVmSnapshotsConnectionRequestBody |
where(VmSnapshotWhereInput where) |
public GetVmSnapshotsConnectionRequestBody after(String after)
public void setAfter(String after)
public GetVmSnapshotsConnectionRequestBody before(String before)
public void setBefore(String before)
public GetVmSnapshotsConnectionRequestBody first(Integer first)
public void setFirst(Integer first)
public GetVmSnapshotsConnectionRequestBody last(Integer last)
public void setLast(Integer last)
public GetVmSnapshotsConnectionRequestBody orderBy(VmSnapshotOrderByInput orderBy)
@Nullable public VmSnapshotOrderByInput getOrderBy()
public void setOrderBy(VmSnapshotOrderByInput orderBy)
public GetVmSnapshotsConnectionRequestBody skip(Integer skip)
public void setSkip(Integer skip)
public GetVmSnapshotsConnectionRequestBody where(VmSnapshotWhereInput where)
@Nullable public VmSnapshotWhereInput getWhere()
public void setWhere(VmSnapshotWhereInput where)
Copyright © 2025. All rights reserved.