Package com.bytedesk.call.xml_curl.enums
Enum Class HangupCauseEnum
- All Implemented Interfaces:
Serializable,Comparable<HangupCauseEnum>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription坐席全忙挂机正常挂机溢出挂机排队超时挂机 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HangupCauseEnumReturns the enum constant of this class with the specified name.static HangupCauseEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL_CLEARING
正常挂机 -
AGENT_NO_BAND_SIP
-
NOT_ROUTE
-
ROUTE_NOT_GATEWAY
-
FULLBUSY
坐席全忙挂机 -
QUEUE_TIME_OUT
排队超时挂机 -
OVERFLOW
溢出挂机 -
SKILL_NO_AGENT
-
-
Field Details
-
code
-
desc
-
-
Constructor Details
-
HangupCauseEnum
-
-
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
-