public static enum ReadAdSetBidding.CostControllerEnum extends java.lang.Enum<ReadAdSetBidding.CostControllerEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadAdSetBidding.CostControllerEnum.Adapter |
| Enum Constant and Description |
|---|
COS |
CPC |
CPI |
CPM |
CPO |
CPSV |
CPV |
DAILYBUDGET |
| Modifier and Type | Method and Description |
|---|---|
static ReadAdSetBidding.CostControllerEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static ReadAdSetBidding.CostControllerEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReadAdSetBidding.CostControllerEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadAdSetBidding.CostControllerEnum COS
public static final ReadAdSetBidding.CostControllerEnum CPC
public static final ReadAdSetBidding.CostControllerEnum CPI
public static final ReadAdSetBidding.CostControllerEnum CPM
public static final ReadAdSetBidding.CostControllerEnum CPO
public static final ReadAdSetBidding.CostControllerEnum CPSV
public static final ReadAdSetBidding.CostControllerEnum CPV
public static final ReadAdSetBidding.CostControllerEnum DAILYBUDGET
public static ReadAdSetBidding.CostControllerEnum[] values()
for (ReadAdSetBidding.CostControllerEnum c : ReadAdSetBidding.CostControllerEnum.values()) System.out.println(c);
public static ReadAdSetBidding.CostControllerEnum 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 nullpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Enum<ReadAdSetBidding.CostControllerEnum>public static ReadAdSetBidding.CostControllerEnum fromValue(java.lang.String value)
Copyright © 2021. All rights reserved.