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