@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GraphUpdationParams extends ConditionalNullable.ConditionalNullablePojo
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_DATA |
static String |
SERIALIZED_NAME_WHERE |
_isPresent_| 构造器和说明 |
|---|
GraphUpdationParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
GraphUpdationParams |
data_ExplictlyNonNull() |
GraphUpdationParams |
data_ExplictlyNull() |
GraphUpdationParams |
data(GraphUpdationParamsData data) |
boolean |
equals(Object o) |
boolean |
getData_IsExplictlyNull() |
GraphUpdationParamsData |
getData()
Get data
|
boolean |
getWhere_IsExplictlyNull() |
GraphWhereInput |
getWhere()
Get where
|
int |
hashCode() |
void |
setData_IsExplictlyNull(boolean isExplictlyNull) |
void |
setData(GraphUpdationParamsData data) |
void |
setWhere_IsExplictlyNull(boolean isExplictlyNull) |
void |
setWhere(GraphWhereInput where) |
String |
toString() |
GraphUpdationParams |
where_ExplictlyNonNull() |
GraphUpdationParams |
where_ExplictlyNull() |
GraphUpdationParams |
where(GraphWhereInput where) |
public GraphUpdationParams data(GraphUpdationParamsData data)
@Nullable public GraphUpdationParamsData getData()
public void setData(GraphUpdationParamsData data)
public GraphUpdationParams data_ExplictlyNull()
public GraphUpdationParams data_ExplictlyNonNull()
public void setData_IsExplictlyNull(boolean isExplictlyNull)
public boolean getData_IsExplictlyNull()
public GraphUpdationParams where(GraphWhereInput where)
@Nonnull public GraphWhereInput getWhere()
public void setWhere(GraphWhereInput where)
public GraphUpdationParams where_ExplictlyNull()
public GraphUpdationParams where_ExplictlyNonNull()
public void setWhere_IsExplictlyNull(boolean isExplictlyNull)
public boolean getWhere_IsExplictlyNull()
Copyright © 2025. All rights reserved.