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