类 GetEdgeType
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.GetEdgeType
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class GetEdgeType extends Object
GetEdgeType
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGetEdgeType.CustomTypeAdapterFactory
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_PROPERTIESstatic StringSERIALIZED_NAME_TYPE_IDstatic StringSERIALIZED_NAME_TYPE_NAMEstatic StringSERIALIZED_NAME_VERTEX_TYPE_PAIR_RELATIONS
-
构造器概要
构造器 构造器 说明 GetEdgeType()
-
方法概要
-
-
-
方法详细资料
-
typeName
public GetEdgeType typeName(String typeName)
-
setTypeName
public void setTypeName(String typeName)
-
vertexTypePairRelations
public GetEdgeType vertexTypePairRelations(List<BaseEdgeTypeVertexTypePairRelationsInner> vertexTypePairRelations)
-
addVertexTypePairRelationsItem
public GetEdgeType addVertexTypePairRelationsItem(BaseEdgeTypeVertexTypePairRelationsInner vertexTypePairRelationsItem)
-
getVertexTypePairRelations
@Nullable public List<BaseEdgeTypeVertexTypePairRelationsInner> getVertexTypePairRelations()
Get vertexTypePairRelations- 返回:
- vertexTypePairRelations
-
setVertexTypePairRelations
public void setVertexTypePairRelations(List<BaseEdgeTypeVertexTypePairRelationsInner> vertexTypePairRelations)
-
typeId
public GetEdgeType typeId(Integer typeId)
-
setTypeId
public void setTypeId(Integer typeId)
-
description
public GetEdgeType description(String description)
-
setDescription
public void setDescription(String description)
-
properties
public GetEdgeType properties(List<GetPropertyMeta> properties)
-
addPropertiesItem
public GetEdgeType addPropertiesItem(GetPropertyMeta propertiesItem)
-
getProperties
@Nullable public List<GetPropertyMeta> getProperties()
Get properties- 返回:
- properties
-
setProperties
public void setProperties(List<GetPropertyMeta> properties)
-
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 GetEdgeType
-
fromJson
public static GetEdgeType fromJson(String jsonString) throws IOException
Create an instance of GetEdgeType given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of GetEdgeType
- 抛出:
IOException- if the JSON string is invalid with respect to GetEdgeType
-
toJson
public String toJson()
Convert an instance of GetEdgeType to an JSON string- 返回:
- JSON string
-
-