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