枚举的使用
com.alibaba.nacos.api.remote.response.ResponseCode
使用ResponseCode的程序包
-
com.alibaba.nacos.api.remote.response中ResponseCode的使用
修饰符和类型方法说明static ResponseCode返回带有指定名称的该类型的枚举常量。static ResponseCode[]ResponseCode.values()返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同