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