类 ServiceStatus
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.model.ServiceStatus
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class ServiceStatus extends Object
ServiceStatus
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classServiceStatus.CustomTypeAdapterFactory
-
字段概要
字段 修饰符和类型 字段 说明 static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_BOLT_PORTstatic StringSERIALIZED_NAME_GRAPHstatic StringSERIALIZED_NAME_GREMLIN_PORTstatic StringSERIALIZED_NAME_HQPS_PORTstatic StringSERIALIZED_NAME_START_TIMEstatic StringSERIALIZED_NAME_STATUS
-
构造器概要
构造器 构造器 说明 ServiceStatus()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 ServiceStatusboltPort(Integer boltPort)booleanequals(Object o)static ServiceStatusfromJson(String jsonString)Create an instance of ServiceStatus given an JSON stringIntegergetBoltPort()Get boltPortGetGraphResponsegetGraph()Get graphIntegergetGremlinPort()Get gremlinPortIntegergetHqpsPort()Get hqpsPortIntegergetStartTime()Get startTimeStringgetStatus()Get statusServiceStatusgraph(GetGraphResponse graph)ServiceStatusgremlinPort(Integer gremlinPort)inthashCode()ServiceStatushqpsPort(Integer hqpsPort)voidsetBoltPort(Integer boltPort)voidsetGraph(GetGraphResponse graph)voidsetGremlinPort(Integer gremlinPort)voidsetHqpsPort(Integer hqpsPort)voidsetStartTime(Integer startTime)voidsetStatus(String status)ServiceStatusstartTime(Integer startTime)ServiceStatusstatus(String status)StringtoJson()Convert an instance of ServiceStatus to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
方法详细资料
-
status
public ServiceStatus status(String status)
-
setStatus
public void setStatus(String status)
-
graph
public ServiceStatus graph(GetGraphResponse graph)
-
getGraph
@Nullable public GetGraphResponse getGraph()
Get graph- 返回:
- graph
-
setGraph
public void setGraph(GetGraphResponse graph)
-
boltPort
public ServiceStatus boltPort(Integer boltPort)
-
setBoltPort
public void setBoltPort(Integer boltPort)
-
hqpsPort
public ServiceStatus hqpsPort(Integer hqpsPort)
-
setHqpsPort
public void setHqpsPort(Integer hqpsPort)
-
gremlinPort
public ServiceStatus gremlinPort(Integer gremlinPort)
-
setGremlinPort
public void setGremlinPort(Integer gremlinPort)
-
startTime
public ServiceStatus startTime(Integer startTime)
-
setStartTime
public void setStartTime(Integer startTime)
-
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 ServiceStatus
-
fromJson
public static ServiceStatus fromJson(String jsonString) throws IOException
Create an instance of ServiceStatus given an JSON string- 参数:
jsonString- JSON string- 返回:
- An instance of ServiceStatus
- 抛出:
IOException- if the JSON string is invalid with respect to ServiceStatus
-
toJson
public String toJson()
Convert an instance of ServiceStatus to an JSON string- 返回:
- JSON string
-
-