类 GetGraphResponse
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.GetGraphResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class GetGraphResponse extends Object
GetGraphResponse
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGetGraphResponse.CustomTypeAdapterFactorystatic classGetGraphResponse.StoreTypeEnumGets or Sets storeType
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CREATION_TIMEstatic StringSERIALIZED_NAME_DATA_IMPORT_CONFIGstatic StringSERIALIZED_NAME_DATA_UPDATE_TIMEstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_SCHEMAstatic StringSERIALIZED_NAME_STORE_TYPEstatic StringSERIALIZED_NAME_STORED_PROCEDURES
-
构造器概要
构造器 构造器 说明 GetGraphResponse()
-
方法概要
-
-
-
字段详细资料
-
SERIALIZED_NAME_DATA_UPDATE_TIME
public static final String SERIALIZED_NAME_DATA_UPDATE_TIME
- 另请参阅:
- 常量字段值
-
SERIALIZED_NAME_STORED_PROCEDURES
public static final String SERIALIZED_NAME_STORED_PROCEDURES
- 另请参阅:
- 常量字段值
-
SERIALIZED_NAME_DATA_IMPORT_CONFIG
public static final String SERIALIZED_NAME_DATA_IMPORT_CONFIG
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
id
public GetGraphResponse id(String id)
-
setId
public void setId(String id)
-
name
public GetGraphResponse name(String name)
-
setName
public void setName(String name)
-
description
public GetGraphResponse description(String description)
-
setDescription
public void setDescription(String description)
-
storeType
public GetGraphResponse storeType(GetGraphResponse.StoreTypeEnum storeType)
-
getStoreType
@Nullable public GetGraphResponse.StoreTypeEnum getStoreType()
Get storeType- 返回:
- storeType
-
setStoreType
public void setStoreType(GetGraphResponse.StoreTypeEnum storeType)
-
creationTime
public GetGraphResponse creationTime(Integer creationTime)
-
setCreationTime
public void setCreationTime(Integer creationTime)
-
dataUpdateTime
public GetGraphResponse dataUpdateTime(Integer dataUpdateTime)
-
getDataUpdateTime
@Nullable public Integer getDataUpdateTime()
Get dataUpdateTime- 返回:
- dataUpdateTime
-
setDataUpdateTime
public void setDataUpdateTime(Integer dataUpdateTime)
-
storedProcedures
public GetGraphResponse storedProcedures(List<GetProcedureResponse> storedProcedures)
-
addStoredProceduresItem
public GetGraphResponse addStoredProceduresItem(GetProcedureResponse storedProceduresItem)
-
getStoredProcedures
@Nullable public List<GetProcedureResponse> getStoredProcedures()
Get storedProcedures- 返回:
- storedProcedures
-
setStoredProcedures
public void setStoredProcedures(List<GetProcedureResponse> storedProcedures)
-
schema
public GetGraphResponse schema(GetGraphSchemaResponse schema)
-
getSchema
@Nullable public GetGraphSchemaResponse getSchema()
Get schema- 返回:
- schema
-
setSchema
public void setSchema(GetGraphSchemaResponse schema)
-
dataImportConfig
public GetGraphResponse dataImportConfig(SchemaMapping dataImportConfig)
-
getDataImportConfig
@Nullable public SchemaMapping getDataImportConfig()
Get dataImportConfig- 返回:
- dataImportConfig
-
setDataImportConfig
public void setDataImportConfig(SchemaMapping dataImportConfig)
-
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 GetGraphResponse
-
fromJson
public static GetGraphResponse fromJson(String jsonString) throws IOException
Create an instance of GetGraphResponse given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of GetGraphResponse
- 抛出:
IOException- if the JSON string is invalid with respect to GetGraphResponse
-
toJson
public String toJson()
Convert an instance of GetGraphResponse to an JSON string- 返回:
- JSON string
-
-