@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GetSnapshotGroupsRequestBody 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 |
| 构造器和说明 |
|---|
GetSnapshotGroupsRequestBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetSnapshotGroupsRequestBody |
after(String after) |
GetSnapshotGroupsRequestBody |
before(String before) |
boolean |
equals(Object o) |
GetSnapshotGroupsRequestBody |
first(Integer first) |
String |
getAfter()
Get after
|
String |
getBefore()
Get before
|
Integer |
getFirst()
Get first
|
Integer |
getLast()
Get last
|
SnapshotGroupOrderByInput |
getOrderBy()
Get orderBy
|
Integer |
getSkip()
Get skip
|
SnapshotGroupWhereInput |
getWhere()
Get where
|
int |
hashCode() |
GetSnapshotGroupsRequestBody |
last(Integer last) |
GetSnapshotGroupsRequestBody |
orderBy(SnapshotGroupOrderByInput orderBy) |
void |
setAfter(String after) |
void |
setBefore(String before) |
void |
setFirst(Integer first) |
void |
setLast(Integer last) |
void |
setOrderBy(SnapshotGroupOrderByInput orderBy) |
void |
setSkip(Integer skip) |
void |
setWhere(SnapshotGroupWhereInput where) |
GetSnapshotGroupsRequestBody |
skip(Integer skip) |
String |
toString() |
GetSnapshotGroupsRequestBody |
where(SnapshotGroupWhereInput where) |
public GetSnapshotGroupsRequestBody after(String after)
public void setAfter(String after)
public GetSnapshotGroupsRequestBody before(String before)
public void setBefore(String before)
public GetSnapshotGroupsRequestBody first(Integer first)
public void setFirst(Integer first)
public GetSnapshotGroupsRequestBody last(Integer last)
public void setLast(Integer last)
public GetSnapshotGroupsRequestBody orderBy(SnapshotGroupOrderByInput orderBy)
@Nullable public SnapshotGroupOrderByInput getOrderBy()
public void setOrderBy(SnapshotGroupOrderByInput orderBy)
public GetSnapshotGroupsRequestBody skip(Integer skip)
public void setSkip(Integer skip)
public GetSnapshotGroupsRequestBody where(SnapshotGroupWhereInput where)
@Nullable public SnapshotGroupWhereInput getWhere()
public void setWhere(SnapshotGroupWhereInput where)
Copyright © 2025. All rights reserved.