Enum Class的使用
top.codef.properties.enums.ProjectEnviroment
使用ProjectEnviroment的程序包
程序包
说明
-
top.codef.pojos中ProjectEnviroment的使用
声明为ProjectEnviroment的top.codef.pojos中的字段参数类型为ProjectEnviroment的top.codef.pojos中的方法修饰符和类型方法说明voidExceptionNotice.setProjectEnviroment(ProjectEnviroment projectEnviroment) voidPromethuesNotice.setProjectEnviroment(ProjectEnviroment projectEnviroment) 参数类型为ProjectEnviroment的top.codef.pojos中的构造器限定符构造器说明ExceptionNotice(Throwable ex, String filterTrace, Long showCount, Object[] args, ProjectEnviroment projectEnviroment, String title) ExceptionNotice(Throwable ex, String filterTrace, Object[] args, ProjectEnviroment projectEnviroment, String title) HttpExceptionNotice(Throwable exception, String filter, String url, Map<String, String> param, String requestBody, Map<String, String> headers, ProjectEnviroment projectEnviroment, String title) PromethuesNotice(String title, ProjectEnviroment projectEnviroment) -
top.codef.pojos.servicemonitor中ProjectEnviroment的使用
限定符构造器说明ServiceCheckNotice(MicroServiceReport microServiceNotice, ProjectEnviroment enviroment, String title) -
top.codef.properties中ProjectEnviroment的使用
参数类型为ProjectEnviroment的top.codef.properties中的方法 -
top.codef.properties.enums中ProjectEnviroment的使用
修饰符和类型方法说明static ProjectEnviromentReturns the enum constant of this class with the specified name.static ProjectEnviroment[]ProjectEnviroment.values()Returns an array containing the constants of this enum class, in the order they are declared.