public class EditorialError extends BatchError
Java class for EditorialError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EditorialError">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}BatchError">
<sequence>
<element name="Appealable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DisapprovedText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PublisherCountry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReasonCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
appealable |
protected String |
disapprovedText |
protected String |
location |
protected String |
publisherCountry |
protected Integer |
reasonCode |
code, details, errorCode, fieldPath, forwardCompatibilityMap, index, message, type| Constructor and Description |
|---|
EditorialError() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAppealable()
Gets the value of the appealable property.
|
String |
getDisapprovedText()
Gets the value of the disapprovedText property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getPublisherCountry()
Gets the value of the publisherCountry property.
|
Integer |
getReasonCode()
Gets the value of the reasonCode property.
|
void |
setAppealable(Boolean value)
Sets the value of the appealable property.
|
void |
setDisapprovedText(String value)
Sets the value of the disapprovedText property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setPublisherCountry(String value)
Sets the value of the publisherCountry property.
|
void |
setReasonCode(Integer value)
Sets the value of the reasonCode property.
|
getCode, getDetails, getErrorCode, getFieldPath, getForwardCompatibilityMap, getIndex, getMessage, getType, setCode, setDetails, setErrorCode, setFieldPath, setForwardCompatibilityMap, setIndex, setMessage, setTypeprotected Boolean appealable
protected String disapprovedText
protected String location
protected String publisherCountry
protected Integer reasonCode
public Boolean getAppealable()
Booleanpublic void setAppealable(Boolean value)
value - allowed object is
Booleanpublic String getDisapprovedText()
Stringpublic void setDisapprovedText(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getPublisherCountry()
Stringpublic void setPublisherCountry(String value)
value - allowed object is
Stringpublic Integer getReasonCode()
IntegerCopyright © 2024. All rights reserved.