private static enum BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting extends Enum<BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting>
| Enum Constant and Description |
|---|
CONTROL_FOR_TARGETING_STRATEGY |
NONE |
TEST_FOR_TARGETING_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
static BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting NONE
public static final BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting CONTROL_FOR_TARGETING_STRATEGY
public static final BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting TEST_FOR_TARGETING_STRATEGY
public static BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting[] values()
for (BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting c : BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting.values()) System.out.println(c);
public static BidCandidateManagerSpec_postProcessBid.TargetingStrategyAbTesting 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 null