Enum Class的使用
top.codef.codef.entities.enums.ServerState
使用ServerState的程序包
-
top.codef.codef.entities中ServerState的使用
参数类型为ServerState的top.codef.codef.entities中的方法参数类型为ServerState的top.codef.codef.entities中的构造器限定符构造器说明ProjectState(String appName, String serviceName, String serviceInstance, String tenantId, ServerState state, String processUid) 状态成功ProjectState(String appName, String serviceName, String serviceInstance, String tenantId, ServerState state, String failReason, String deployProcessUid) 状态失败 -
top.codef.codef.entities.enums中ServerState的使用
修饰符和类型方法说明static ServerStateServerState.state(org.springframework.boot.actuate.health.Health health) static ServerStateReturns the enum constant of this class with the specified name.static ServerState[]ServerState.values()Returns an array containing the constants of this enum class, in the order they are declared.