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