类 BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams extends Object
Used for storage optimization
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classBaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.CustomTypeAdapterFactorystatic classBaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnumGets or Sets edgeStorageStrategy
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_EDGE_STORAGE_STRATEGYstatic StringSERIALIZED_NAME_IE_MUTABILITYstatic StringSERIALIZED_NAME_OE_MUTABILITYstatic StringSERIALIZED_NAME_SORT_ON_COMPACTION
-
构造器概要
构造器 构造器 说明 BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams()
-
方法概要
-
-
-
方法详细资料
-
edgeStorageStrategy
public BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams edgeStorageStrategy(BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum edgeStorageStrategy)
-
getEdgeStorageStrategy
@Nullable public BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum getEdgeStorageStrategy()
Get edgeStorageStrategy- 返回:
- edgeStorageStrategy
-
setEdgeStorageStrategy
public void setEdgeStorageStrategy(BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams.EdgeStorageStrategyEnum edgeStorageStrategy)
-
sortOnCompaction
public BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams sortOnCompaction(Boolean sortOnCompaction)
-
getSortOnCompaction
@Nullable public Boolean getSortOnCompaction()
Get sortOnCompaction- 返回:
- sortOnCompaction
-
setSortOnCompaction
public void setSortOnCompaction(Boolean sortOnCompaction)
-
oeMutability
public BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams oeMutability(String oeMutability)
-
setOeMutability
public void setOeMutability(String oeMutability)
-
ieMutability
public BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams ieMutability(String ieMutability)
-
setIeMutability
public void setIeMutability(String ieMutability)
-
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 BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams
-
fromJson
public static BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams fromJson(String jsonString) throws IOException
Create an instance of BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams
- 抛出:
IOException- if the JSON string is invalid with respect to BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams
-
toJson
public String toJson()
Convert an instance of BaseEdgeTypeVertexTypePairRelationsInnerXCsrParams to an JSON string- 返回:
- JSON string
-
-