public class AdExclusionRuleErrorReason extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_BLOCK_ALL_RULE_CANNOT_HAVE_BLOCKED_LABELS |
static String |
_BLOCK_ALL_RULE_CANNOT_INCLUDE_ROOT_AD_UNIT |
static String |
_BLOCK_ALL_RULE_MUST_CONTAIN_ALLOWED_LABELS |
static String |
_BLOCKED_LABEL_ALSO_ALLOWED |
static String |
_EXCLUDED_AD_UNIT_ALSO_INCLUDED |
static String |
_LABELS_MUST_BE_AD_EXCLUSION_TYPE |
static String |
_RULE_MUST_CONTAIN_BLOCKING |
static String |
_UNKNOWN |
static AdExclusionRuleErrorReason |
BLOCK_ALL_RULE_CANNOT_HAVE_BLOCKED_LABELS |
static AdExclusionRuleErrorReason |
BLOCK_ALL_RULE_CANNOT_INCLUDE_ROOT_AD_UNIT |
static AdExclusionRuleErrorReason |
BLOCK_ALL_RULE_MUST_CONTAIN_ALLOWED_LABELS |
static AdExclusionRuleErrorReason |
BLOCKED_LABEL_ALSO_ALLOWED |
static AdExclusionRuleErrorReason |
EXCLUDED_AD_UNIT_ALSO_INCLUDED |
static AdExclusionRuleErrorReason |
LABELS_MUST_BE_AD_EXCLUSION_TYPE |
static AdExclusionRuleErrorReason |
RULE_MUST_CONTAIN_BLOCKING |
static AdExclusionRuleErrorReason |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
AdExclusionRuleErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AdExclusionRuleErrorReason |
fromString(String value) |
static AdExclusionRuleErrorReason |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _BLOCK_ALL_RULE_CANNOT_INCLUDE_ROOT_AD_UNIT
public static final String _BLOCK_ALL_RULE_CANNOT_HAVE_BLOCKED_LABELS
public static final String _BLOCK_ALL_RULE_MUST_CONTAIN_ALLOWED_LABELS
public static final String _RULE_MUST_CONTAIN_BLOCKING
public static final String _BLOCKED_LABEL_ALSO_ALLOWED
public static final String _LABELS_MUST_BE_AD_EXCLUSION_TYPE
public static final String _EXCLUDED_AD_UNIT_ALSO_INCLUDED
public static final String _UNKNOWN
public static final AdExclusionRuleErrorReason BLOCK_ALL_RULE_CANNOT_INCLUDE_ROOT_AD_UNIT
public static final AdExclusionRuleErrorReason BLOCK_ALL_RULE_CANNOT_HAVE_BLOCKED_LABELS
public static final AdExclusionRuleErrorReason BLOCK_ALL_RULE_MUST_CONTAIN_ALLOWED_LABELS
public static final AdExclusionRuleErrorReason RULE_MUST_CONTAIN_BLOCKING
public static final AdExclusionRuleErrorReason BLOCKED_LABEL_ALSO_ALLOWED
public static final AdExclusionRuleErrorReason LABELS_MUST_BE_AD_EXCLUSION_TYPE
public static final AdExclusionRuleErrorReason EXCLUDED_AD_UNIT_ALSO_INCLUDED
public static final AdExclusionRuleErrorReason UNKNOWN
protected AdExclusionRuleErrorReason(String value)
public String getValue()
public static AdExclusionRuleErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static AdExclusionRuleErrorReason fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2021. All rights reserved.