public enum VodPlayInfoModelVersion extends Enum<VodPlayInfoModelVersion> implements com.google.protobuf.ProtocolMessageEnum
Volcengine.Vod.Models.Business.VodPlayInfoModelVersion
Enum Constant and Description |
---|
InternalV1VodPlayInfoModelVersion
InternalV1VodPlayInfoModelVersion = 1; |
InternalV2VodPlayInfoModelVersion
InternalV2VodPlayInfoModelVersion = 2; |
InternalV3VodPlayInfoModelVersion
InternalV3VodPlayInfoModelVersion = 3; |
ToBV1VodPlayInfoModelVersion
ToB第一版
|
UndefinedVodPlayInfoModelVersion
未定义的数据版本
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
InternalV1VodPlayInfoModelVersion_VALUE
InternalV1VodPlayInfoModelVersion = 1; |
static int |
InternalV2VodPlayInfoModelVersion_VALUE
InternalV2VodPlayInfoModelVersion = 2; |
static int |
InternalV3VodPlayInfoModelVersion_VALUE
InternalV3VodPlayInfoModelVersion = 3; |
static int |
ToBV1VodPlayInfoModelVersion_VALUE
ToB第一版
|
static int |
UndefinedVodPlayInfoModelVersion_VALUE
未定义的数据版本
|
Modifier and Type | Method and Description |
---|---|
static VodPlayInfoModelVersion |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<VodPlayInfoModelVersion> |
internalGetValueMap() |
static VodPlayInfoModelVersion |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static VodPlayInfoModelVersion |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static VodPlayInfoModelVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VodPlayInfoModelVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VodPlayInfoModelVersion UndefinedVodPlayInfoModelVersion
未定义的数据版本
UndefinedVodPlayInfoModelVersion = 0;
public static final VodPlayInfoModelVersion InternalV1VodPlayInfoModelVersion
InternalV1VodPlayInfoModelVersion = 1;
public static final VodPlayInfoModelVersion InternalV2VodPlayInfoModelVersion
InternalV2VodPlayInfoModelVersion = 2;
public static final VodPlayInfoModelVersion InternalV3VodPlayInfoModelVersion
InternalV3VodPlayInfoModelVersion = 3;
public static final VodPlayInfoModelVersion ToBV1VodPlayInfoModelVersion
ToB第一版
ToBV1VodPlayInfoModelVersion = 4;
public static final VodPlayInfoModelVersion UNRECOGNIZED
public static final int UndefinedVodPlayInfoModelVersion_VALUE
未定义的数据版本
UndefinedVodPlayInfoModelVersion = 0;
public static final int InternalV1VodPlayInfoModelVersion_VALUE
InternalV1VodPlayInfoModelVersion = 1;
public static final int InternalV2VodPlayInfoModelVersion_VALUE
InternalV2VodPlayInfoModelVersion = 2;
public static final int InternalV3VodPlayInfoModelVersion_VALUE
InternalV3VodPlayInfoModelVersion = 3;
public static final int ToBV1VodPlayInfoModelVersion_VALUE
ToB第一版
ToBV1VodPlayInfoModelVersion = 4;
public static VodPlayInfoModelVersion[] values()
for (VodPlayInfoModelVersion c : VodPlayInfoModelVersion.values()) System.out.println(c);
public static VodPlayInfoModelVersion 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 final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static VodPlayInfoModelVersion valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static VodPlayInfoModelVersion forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<VodPlayInfoModelVersion> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static VodPlayInfoModelVersion valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022. All rights reserved.