public enum PolicyTopicEvidenceType extends Enum<PolicyTopicEvidenceType>
Java class for PolicyTopicEvidenceType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PolicyTopicEvidenceType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="AD_TEXT"/>
<enumeration value="HTTP_CODE"/>
<enumeration value="WEBSITES"/>
<enumeration value="LANGUAGE"/>
<enumeration value="AD_TEXT_LIST"/>
<enumeration value="DESTINATION_TEXT_LIST"/>
<enumeration value="DESTINATION_MISMATCH"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AD_TEXT
Evidence found in the text of the ad.
|
AD_TEXT_LIST
List of evidence found in the text of the ad.
|
DESTINATION_MISMATCH
Mismatch between any of Display URL, Final URL, and Final Mobile URL.
|
DESTINATION_TEXT_LIST
The text in the destination of the ad that is causing a policy violation.
|
HTTP_CODE
HTTP code returned when the final URL was crawled.
|
LANGUAGE
The language the ad was detected to be written in.
|
UNKNOWN
Used for return value only.
|
WEBSITES
List of websites linked with this ad.
|
| Modifier and Type | Method and Description |
|---|---|
static PolicyTopicEvidenceType |
fromValue(String v) |
String |
value() |
static PolicyTopicEvidenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyTopicEvidenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyTopicEvidenceType UNKNOWN
public static final PolicyTopicEvidenceType AD_TEXT
public static final PolicyTopicEvidenceType HTTP_CODE
public static final PolicyTopicEvidenceType WEBSITES
public static final PolicyTopicEvidenceType LANGUAGE
public static final PolicyTopicEvidenceType AD_TEXT_LIST
public static final PolicyTopicEvidenceType DESTINATION_TEXT_LIST
public static final PolicyTopicEvidenceType DESTINATION_MISMATCH
public static PolicyTopicEvidenceType[] values()
for (PolicyTopicEvidenceType c : PolicyTopicEvidenceType.values()) System.out.println(c);
public static PolicyTopicEvidenceType 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 nullpublic String value()
public static PolicyTopicEvidenceType fromValue(String v)
Copyright © 2023. All rights reserved.