类 GetProcedureResponse
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.GetProcedureResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class GetProcedureResponse extends Object
GetProcedureResponse
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classGetProcedureResponse.CustomTypeAdapterFactorystatic classGetProcedureResponse.TypeEnumGets or Sets type
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BOUND_GRAPHstatic StringSERIALIZED_NAME_CREATION_TIMEstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_ENABLEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_LIBRARYstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PARAMSstatic StringSERIALIZED_NAME_QUERYstatic StringSERIALIZED_NAME_RETURNSstatic StringSERIALIZED_NAME_RUNNABLEstatic StringSERIALIZED_NAME_TYPE
-
构造器概要
构造器 构造器 说明 GetProcedureResponse()
-
方法概要
-
-
-
方法详细资料
-
name
public GetProcedureResponse name(String name)
-
setName
public void setName(String name)
-
description
public GetProcedureResponse description(String description)
-
setDescription
public void setDescription(String description)
-
type
public GetProcedureResponse type(GetProcedureResponse.TypeEnum type)
-
getType
@Nonnull public GetProcedureResponse.TypeEnum getType()
Get type- 返回:
- type
-
setType
public void setType(GetProcedureResponse.TypeEnum type)
-
query
public GetProcedureResponse query(String query)
-
setQuery
public void setQuery(String query)
-
id
public GetProcedureResponse id(String id)
-
setId
public void setId(String id)
-
library
public GetProcedureResponse library(String library)
-
setLibrary
public void setLibrary(String library)
-
params
public GetProcedureResponse params(List<Parameter> params)
-
addParamsItem
public GetProcedureResponse addParamsItem(Parameter paramsItem)
-
returns
public GetProcedureResponse returns(List<Parameter> returns)
-
addReturnsItem
public GetProcedureResponse addReturnsItem(Parameter returnsItem)
-
enable
public GetProcedureResponse enable(Boolean enable)
-
setEnable
public void setEnable(Boolean enable)
-
boundGraph
public GetProcedureResponse boundGraph(String boundGraph)
-
setBoundGraph
public void setBoundGraph(String boundGraph)
-
runnable
public GetProcedureResponse runnable(Boolean runnable)
-
setRunnable
public void setRunnable(Boolean runnable)
-
creationTime
public GetProcedureResponse creationTime(Integer creationTime)
-
setCreationTime
public void setCreationTime(Integer creationTime)
-
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 GetProcedureResponse
-
fromJson
public static GetProcedureResponse fromJson(String jsonString) throws IOException
Create an instance of GetProcedureResponse given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of GetProcedureResponse
- 抛出:
IOException- if the JSON string is invalid with respect to GetProcedureResponse
-
toJson
public String toJson()
Convert an instance of GetProcedureResponse to an JSON string- 返回:
- JSON string
-
-