类 BaseEdgeTypeVertexTypePairRelationsInner
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.BaseEdgeTypeVertexTypePairRelationsInner
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class BaseEdgeTypeVertexTypePairRelationsInner extends Object
BaseEdgeTypeVertexTypePairRelationsInner
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classBaseEdgeTypeVertexTypePairRelationsInner.CustomTypeAdapterFactorystatic classBaseEdgeTypeVertexTypePairRelationsInner.RelationEnumGets or Sets relation
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DESTINATION_VERTEXstatic StringSERIALIZED_NAME_RELATIONstatic StringSERIALIZED_NAME_SOURCE_VERTEXstatic StringSERIALIZED_NAME_X_CSR_PARAMS
-
构造器概要
构造器 构造器 说明 BaseEdgeTypeVertexTypePairRelationsInner()
-
方法概要
-
-
-
方法详细资料
-
sourceVertex
public BaseEdgeTypeVertexTypePairRelationsInner sourceVertex(String sourceVertex)
-
setSourceVertex
public void setSourceVertex(String sourceVertex)
-
destinationVertex
public BaseEdgeTypeVertexTypePairRelationsInner destinationVertex(String destinationVertex)
-
getDestinationVertex
@Nullable public String getDestinationVertex()
Get destinationVertex- 返回:
- destinationVertex
-
setDestinationVertex
public void setDestinationVertex(String destinationVertex)
-
relation
public BaseEdgeTypeVertexTypePairRelationsInner relation(BaseEdgeTypeVertexTypePairRelationsInner.RelationEnum relation)
-
getRelation
@Nullable public BaseEdgeTypeVertexTypePairRelationsInner.RelationEnum getRelation()
Get relation- 返回:
- relation
-
setRelation
public void setRelation(BaseEdgeTypeVertexTypePairRelationsInner.RelationEnum relation)
-
xCsrParams
public BaseEdgeTypeVertexTypePairRelationsInner xCsrParams(BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams xCsrParams)
-
getxCsrParams
@Nullable public BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams getxCsrParams()
Get xCsrParams- 返回:
- xCsrParams
-
setxCsrParams
public void setxCsrParams(BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams xCsrParams)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- 参数:
jsonElement- JSON Element- 抛出:
IOException- if the JSON Element is invalid with respect to BaseEdgeTypeVertexTypePairRelationsInner
-
fromJson
public static BaseEdgeTypeVertexTypePairRelationsInner fromJson(String jsonString) throws IOException
Create an instance of BaseEdgeTypeVertexTypePairRelationsInner given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of BaseEdgeTypeVertexTypePairRelationsInner
- 抛出:
IOException- if the JSON string is invalid with respect to BaseEdgeTypeVertexTypePairRelationsInner
-
toJson
public String toJson()
Convert an instance of BaseEdgeTypeVertexTypePairRelationsInner to an JSON string- 返回:
- JSON string
-
-