类 BaseVertexType
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.BaseVertexType
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class BaseVertexType extends Object
BaseVertexType
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classBaseVertexType.CustomTypeAdapterFactory
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_PRIMARY_KEYSstatic StringSERIALIZED_NAME_TYPE_NAMEstatic StringSERIALIZED_NAME_X_CSR_PARAMS
-
构造器概要
构造器 构造器 说明 BaseVertexType()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 BaseVertexTypeaddPrimaryKeysItem(String primaryKeysItem)booleanequals(Object o)static BaseVertexTypefromJson(String jsonString)Create an instance of BaseVertexType given an JSON stringList<String>getPrimaryKeys()Get primaryKeysStringgetTypeName()Get typeNameBaseVertexTypeXCsrParamsgetxCsrParams()Get xCsrParamsinthashCode()BaseVertexTypeprimaryKeys(List<String> primaryKeys)voidsetPrimaryKeys(List<String> primaryKeys)voidsetTypeName(String typeName)voidsetxCsrParams(BaseVertexTypeXCsrParams xCsrParams)StringtoJson()Convert an instance of BaseVertexType to an JSON stringStringtoString()BaseVertexTypetypeName(String typeName)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues foundBaseVertexTypexCsrParams(BaseVertexTypeXCsrParams xCsrParams)
-
-
-
方法详细资料
-
typeName
public BaseVertexType typeName(String typeName)
-
setTypeName
public void setTypeName(String typeName)
-
primaryKeys
public BaseVertexType primaryKeys(List<String> primaryKeys)
-
addPrimaryKeysItem
public BaseVertexType addPrimaryKeysItem(String primaryKeysItem)
-
xCsrParams
public BaseVertexType xCsrParams(BaseVertexTypeXCsrParams xCsrParams)
-
getxCsrParams
@Nullable public BaseVertexTypeXCsrParams getxCsrParams()
Get xCsrParams- 返回:
- xCsrParams
-
setxCsrParams
public void setxCsrParams(BaseVertexTypeXCsrParams 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 BaseVertexType
-
fromJson
public static BaseVertexType fromJson(String jsonString) throws IOException
Create an instance of BaseVertexType given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of BaseVertexType
- 抛出:
IOException- if the JSON string is invalid with respect to BaseVertexType
-
toJson
public String toJson()
Convert an instance of BaseVertexType to an JSON string- 返回:
- JSON string
-
-