Uses of Enum Class
cloud.opencode.base.web.CommonResultCode
Packages that use CommonResultCode
-
Uses of CommonResultCode in cloud.opencode.base.web
Subclasses with type arguments of type CommonResultCode in cloud.opencode.base.webMethods in cloud.opencode.base.web that return CommonResultCodeModifier and TypeMethodDescriptionstatic CommonResultCodeFind result code by code string 根据code字符串查找响应码static CommonResultCodeCommonResultCode.fromCode(String code, CommonResultCode defaultCode) Find result code by code string with default 根据code字符串查找响应码(带默认值)static CommonResultCodeReturns the enum constant of this class with the specified name.static CommonResultCode[]CommonResultCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.web with parameters of type CommonResultCodeModifier and TypeMethodDescriptionstatic CommonResultCodeCommonResultCode.fromCode(String code, CommonResultCode defaultCode) Find result code by code string with default 根据code字符串查找响应码(带默认值)