public class OfflineError extends Object
Proposal workflows can have background tasks that may have offline errors.
Java class for OfflineError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfflineError">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fieldPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="trigger" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorTime" type="{https://www.google.com/apis/ads/publisher/v201802}DateTime" minOccurs="0"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
errorTime |
protected String |
fieldPath |
protected String |
reason |
protected String |
trigger |
| Constructor and Description |
|---|
OfflineError() |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getErrorTime()
Gets the value of the errorTime property.
|
String |
getFieldPath()
Gets the value of the fieldPath property.
|
String |
getReason()
Gets the value of the reason property.
|
String |
getTrigger()
Gets the value of the trigger property.
|
void |
setErrorTime(DateTime value)
Sets the value of the errorTime property.
|
void |
setFieldPath(String value)
Sets the value of the fieldPath property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setTrigger(String value)
Sets the value of the trigger property.
|
protected String fieldPath
protected String trigger
protected DateTime errorTime
protected String reason
public String getFieldPath()
Stringpublic void setFieldPath(String value)
value - allowed object is
Stringpublic String getTrigger()
Stringpublic void setTrigger(String value)
value - allowed object is
Stringpublic DateTime getErrorTime()
DateTimepublic void setErrorTime(DateTime value)
value - allowed object is
DateTimepublic String getReason()
StringCopyright © 2018. All Rights Reserved.