类 GetGraphSchemaResponse
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.GetGraphSchemaResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class GetGraphSchemaResponse extends Object
GetGraphSchemaResponse
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGetGraphSchemaResponse.CustomTypeAdapterFactory
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_EDGE_TYPESstatic StringSERIALIZED_NAME_VERTEX_TYPES
-
构造器概要
构造器 构造器 说明 GetGraphSchemaResponse()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 GetGraphSchemaResponseaddEdgeTypesItem(GetEdgeType edgeTypesItem)GetGraphSchemaResponseaddVertexTypesItem(GetVertexType vertexTypesItem)GetGraphSchemaResponseedgeTypes(List<GetEdgeType> edgeTypes)booleanequals(Object o)static GetGraphSchemaResponsefromJson(String jsonString)Create an instance of GetGraphSchemaResponse given an JSON stringList<GetEdgeType>getEdgeTypes()Get edgeTypesList<GetVertexType>getVertexTypes()Get vertexTypesinthashCode()voidsetEdgeTypes(List<GetEdgeType> edgeTypes)voidsetVertexTypes(List<GetVertexType> vertexTypes)StringtoJson()Convert an instance of GetGraphSchemaResponse to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundGetGraphSchemaResponsevertexTypes(List<GetVertexType> vertexTypes)
-
-
-
方法详细资料
-
vertexTypes
public GetGraphSchemaResponse vertexTypes(List<GetVertexType> vertexTypes)
-
addVertexTypesItem
public GetGraphSchemaResponse addVertexTypesItem(GetVertexType vertexTypesItem)
-
getVertexTypes
@Nullable public List<GetVertexType> getVertexTypes()
Get vertexTypes- 返回:
- vertexTypes
-
setVertexTypes
public void setVertexTypes(List<GetVertexType> vertexTypes)
-
edgeTypes
public GetGraphSchemaResponse edgeTypes(List<GetEdgeType> edgeTypes)
-
addEdgeTypesItem
public GetGraphSchemaResponse addEdgeTypesItem(GetEdgeType edgeTypesItem)
-
getEdgeTypes
@Nullable public List<GetEdgeType> getEdgeTypes()
Get edgeTypes- 返回:
- edgeTypes
-
setEdgeTypes
public void setEdgeTypes(List<GetEdgeType> edgeTypes)
-
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 GetGraphSchemaResponse
-
fromJson
public static GetGraphSchemaResponse fromJson(String jsonString) throws IOException
Create an instance of GetGraphSchemaResponse given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of GetGraphSchemaResponse
- 抛出:
IOException- if the JSON string is invalid with respect to GetGraphSchemaResponse
-
toJson
public String toJson()
Convert an instance of GetGraphSchemaResponse to an JSON string- 返回:
- JSON string
-
-