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