public static enum LiveVideo.EnumPersistentStreamKeyStatus extends Enum<LiveVideo.EnumPersistentStreamKeyStatus>
Enum Constant and Description |
---|
VALUE_DISABLE |
VALUE_ENABLE |
VALUE_REGENERATE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static LiveVideo.EnumPersistentStreamKeyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveVideo.EnumPersistentStreamKeyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="DISABLE") public static final LiveVideo.EnumPersistentStreamKeyStatus VALUE_DISABLE
@SerializedName(value="ENABLE") public static final LiveVideo.EnumPersistentStreamKeyStatus VALUE_ENABLE
@SerializedName(value="REGENERATE") public static final LiveVideo.EnumPersistentStreamKeyStatus VALUE_REGENERATE
public static LiveVideo.EnumPersistentStreamKeyStatus[] values()
for (LiveVideo.EnumPersistentStreamKeyStatus c : LiveVideo.EnumPersistentStreamKeyStatus.values()) System.out.println(c);
public static LiveVideo.EnumPersistentStreamKeyStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<LiveVideo.EnumPersistentStreamKeyStatus>
Copyright © 2023. All rights reserved.