类 EdgeMappingSourceVertexMappingsInnerColumn
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.EdgeMappingSourceVertexMappingsInnerColumn
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class EdgeMappingSourceVertexMappingsInnerColumn extends Object
EdgeMappingSourceVertexMappingsInnerColumn
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classEdgeMappingSourceVertexMappingsInnerColumn.CustomTypeAdapterFactory
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_INDEXstatic StringSERIALIZED_NAME_NAME
-
构造器概要
构造器 构造器 说明 EdgeMappingSourceVertexMappingsInnerColumn()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)static EdgeMappingSourceVertexMappingsInnerColumnfromJson(String jsonString)Create an instance of EdgeMappingSourceVertexMappingsInnerColumn given an JSON stringIntegergetIndex()Get indexStringgetName()Get nameinthashCode()EdgeMappingSourceVertexMappingsInnerColumnindex(Integer index)EdgeMappingSourceVertexMappingsInnerColumnname(String name)voidsetIndex(Integer index)voidsetName(String name)StringtoJson()Convert an instance of EdgeMappingSourceVertexMappingsInnerColumn to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
方法详细资料
-
index
public EdgeMappingSourceVertexMappingsInnerColumn index(Integer index)
-
setIndex
public void setIndex(Integer index)
-
name
public EdgeMappingSourceVertexMappingsInnerColumn name(String name)
-
setName
public void setName(String name)
-
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 EdgeMappingSourceVertexMappingsInnerColumn
-
fromJson
public static EdgeMappingSourceVertexMappingsInnerColumn fromJson(String jsonString) throws IOException
Create an instance of EdgeMappingSourceVertexMappingsInnerColumn given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of EdgeMappingSourceVertexMappingsInnerColumn
- 抛出:
IOException- if the JSON string is invalid with respect to EdgeMappingSourceVertexMappingsInnerColumn
-
toJson
public String toJson()
Convert an instance of EdgeMappingSourceVertexMappingsInnerColumn to an JSON string- 返回:
- JSON string
-
-