public enum AlivcLivePushStats extends java.lang.Enum<AlivcLivePushStats>
Enum Constant and Description |
---|
CERTINVALID |
ERROR |
IDLE |
INIT |
PAUSED |
PREVIEING |
PREVIEWED |
PUSHED |
PUSHING |
RESTARTING |
RESUMING |
Modifier and Type | Method and Description |
---|---|
static AlivcLivePushStats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePushStats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePushStats IDLE
public static final AlivcLivePushStats INIT
public static final AlivcLivePushStats PREVIEWED
public static final AlivcLivePushStats PREVIEING
public static final AlivcLivePushStats PUSHED
public static final AlivcLivePushStats PUSHING
public static final AlivcLivePushStats PAUSED
public static final AlivcLivePushStats RESUMING
public static final AlivcLivePushStats RESTARTING
public static final AlivcLivePushStats ERROR
public static final AlivcLivePushStats CERTINVALID
public static AlivcLivePushStats[] values()
for (AlivcLivePushStats c : AlivcLivePushStats.values()) System.out.println(c);
public static AlivcLivePushStats valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null