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