public static enum Ad.EnumBidType extends Enum<Ad.EnumBidType>
| Enum Constant and Description |
|---|
VALUE_ABSOLUTE_OCPM |
VALUE_CPA |
VALUE_CPC |
VALUE_CPM |
VALUE_MULTI_PREMIUM |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Ad.EnumBidType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ad.EnumBidType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ABSOLUTE_OCPM") public static final Ad.EnumBidType VALUE_ABSOLUTE_OCPM
@SerializedName(value="CPA") public static final Ad.EnumBidType VALUE_CPA
@SerializedName(value="CPC") public static final Ad.EnumBidType VALUE_CPC
@SerializedName(value="CPM") public static final Ad.EnumBidType VALUE_CPM
@SerializedName(value="MULTI_PREMIUM") public static final Ad.EnumBidType VALUE_MULTI_PREMIUM
public static Ad.EnumBidType[] values()
for (Ad.EnumBidType c : Ad.EnumBidType.values()) System.out.println(c);
public static Ad.EnumBidType 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<Ad.EnumBidType>Copyright © 2024. All rights reserved.