public class DaiIngestError extends Object
Java class for DaiIngestError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DaiIngestError">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201711}DaiIngestErrorReason" minOccurs="0"/>
<element name="trigger" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DaiIngestErrorReason |
reason |
protected String |
trigger |
| Constructor and Description |
|---|
DaiIngestError() |
| Modifier and Type | Method and Description |
|---|---|
DaiIngestErrorReason |
getReason()
Gets the value of the reason property.
|
String |
getTrigger()
Gets the value of the trigger property.
|
void |
setReason(DaiIngestErrorReason value)
Sets the value of the reason property.
|
void |
setTrigger(String value)
Sets the value of the trigger property.
|
protected DaiIngestErrorReason reason
protected String trigger
public DaiIngestErrorReason getReason()
DaiIngestErrorReasonpublic void setReason(DaiIngestErrorReason value)
value - allowed object is
DaiIngestErrorReasonpublic String getTrigger()
StringCopyright © 2018. All Rights Reserved.