Package pub.ihub.cloud.rest
Enum Class IResultCode.Series
- All Implemented Interfaces:
Serializable,Comparable<IResultCode.Series>,Constable
- Enclosing interface:
- IResultCode
响应编码系列枚举
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription认证授权业务客户端数据验证服务端成功 -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()static IResultCode.SeriesReturns the enum constant of this class with the specified name.static IResultCode.Series[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUCCESS_SERIES
成功 -
DATA_VALIDATION_SERIES
数据验证 -
AUTHENTICATION_SERIES
认证 -
AUTHORIZATION_SERIES
授权 -
CLIENT_SERIES
客户端 -
SERVER_SERIES
服务端 -
BUSINESS_SERIES
业务
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-