类 ColumnMapping
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.ColumnMapping
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class ColumnMapping extends Object
ColumnMapping
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classColumnMapping.CustomTypeAdapterFactory
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_COLUMNstatic StringSERIALIZED_NAME_PROPERTY
-
构造器概要
构造器 构造器 说明 ColumnMapping()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 ColumnMappingcolumn(EdgeMappingSourceVertexMappingsInnerColumn column)booleanequals(Object o)static ColumnMappingfromJson(String jsonString)Create an instance of ColumnMapping given an JSON stringEdgeMappingSourceVertexMappingsInnerColumngetColumn()Get columnStringgetProperty()must align with the schemainthashCode()ColumnMappingproperty(String property)voidsetColumn(EdgeMappingSourceVertexMappingsInnerColumn column)voidsetProperty(String property)StringtoJson()Convert an instance of ColumnMapping to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
方法详细资料
-
column
public ColumnMapping column(EdgeMappingSourceVertexMappingsInnerColumn column)
-
getColumn
@Nullable public EdgeMappingSourceVertexMappingsInnerColumn getColumn()
Get column- 返回:
- column
-
setColumn
public void setColumn(EdgeMappingSourceVertexMappingsInnerColumn column)
-
property
public ColumnMapping property(String property)
-
setProperty
public void setProperty(String property)
-
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 ColumnMapping
-
fromJson
public static ColumnMapping fromJson(String jsonString) throws IOException
Create an instance of ColumnMapping given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of ColumnMapping
- 抛出:
IOException- if the JSON string is invalid with respect to ColumnMapping
-
toJson
public String toJson()
Convert an instance of ColumnMapping to an JSON string- 返回:
- JSON string
-
-