类 ServiceStatus


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.6.0")
    public class ServiceStatus
    extends Object
    ServiceStatus
    • 字段详细资料

      • SERIALIZED_NAME_STATUS

        public static final String SERIALIZED_NAME_STATUS
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_BOLT_PORT

        public static final String SERIALIZED_NAME_BOLT_PORT
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_HQPS_PORT

        public static final String SERIALIZED_NAME_HQPS_PORT
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_GREMLIN_PORT

        public static final String SERIALIZED_NAME_GREMLIN_PORT
        另请参阅:
        常量字段值
      • SERIALIZED_NAME_START_TIME

        public static final String SERIALIZED_NAME_START_TIME
        另请参阅:
        常量字段值
      • openapiRequiredFields

        public static HashSet<String> openapiRequiredFields
    • 构造器详细资料

      • ServiceStatus

        public ServiceStatus()
    • 方法详细资料

      • getStatus

        @Nullable
        public String getStatus()
        Get status
        返回:
        status
      • setStatus

        public void setStatus​(String status)
      • getBoltPort

        @Nullable
        public Integer getBoltPort()
        Get boltPort
        返回:
        boltPort
      • setBoltPort

        public void setBoltPort​(Integer boltPort)
      • getHqpsPort

        @Nullable
        public Integer getHqpsPort()
        Get hqpsPort
        返回:
        hqpsPort
      • setHqpsPort

        public void setHqpsPort​(Integer hqpsPort)
      • getGremlinPort

        @Nullable
        public Integer getGremlinPort()
        Get gremlinPort
        返回:
        gremlinPort
      • setGremlinPort

        public void setGremlinPort​(Integer gremlinPort)
      • getStartTime

        @Nullable
        public Integer getStartTime()
        Get startTime
        返回:
        startTime
      • setStartTime

        public void setStartTime​(Integer startTime)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates 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