public enum RolloutRuleComparator extends java.lang.Enum<RolloutRuleComparator>
| Modifier and Type | Class and Description |
|---|---|
static class |
RolloutRuleComparator.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static RolloutRuleComparator |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement) |
static RolloutRuleComparator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RolloutRuleComparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RolloutRuleComparator IS_ONE_OF
public static final RolloutRuleComparator IS_NOT_ONE_OF
public static final RolloutRuleComparator CONTAINS
public static final RolloutRuleComparator DOES_NOT_CONTAIN
public static final RolloutRuleComparator SEM_VER_IS_ONE_OF
public static final RolloutRuleComparator SEM_VER_IS_NOT_ONE_OF
public static final RolloutRuleComparator SEM_VER_LESS
public static final RolloutRuleComparator SEM_VER_LESS_OR_EQUALS
public static final RolloutRuleComparator SEM_VER_GREATER
public static final RolloutRuleComparator SEM_VER_GREATER_OR_EQUALS
public static final RolloutRuleComparator NUMBER_EQUALS
public static final RolloutRuleComparator NUMBER_DOES_NOT_EQUAL
public static final RolloutRuleComparator NUMBER_LESS
public static final RolloutRuleComparator NUMBER_LESS_OR_EQUALS
public static final RolloutRuleComparator NUMBER_GREATER
public static final RolloutRuleComparator NUMBER_GREATER_OR_EQUALS
public static final RolloutRuleComparator SENSITIVE_IS_ONE_OF
public static final RolloutRuleComparator SENSITIVE_IS_NOT_ONE_OF
public static RolloutRuleComparator[] values()
for (RolloutRuleComparator c : RolloutRuleComparator.values()) System.out.println(c);
public static RolloutRuleComparator 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<RolloutRuleComparator>public static RolloutRuleComparator fromValue(java.lang.String value)
public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws java.io.IOException
java.io.IOException