public class ReconciliationImportError extends ApiError
Java class for ReconciliationImportError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReconciliationImportError">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}ApiError">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201711}ReconciliationImportError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReconciliationImportErrorReason |
reason |
errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
ReconciliationImportError() |
| Modifier and Type | Method and Description |
|---|---|
ReconciliationImportErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(ReconciliationImportErrorReason value)
Sets the value of the reason property.
|
getErrorString, getFieldPath, getFieldPathElements, getTrigger, setErrorString, setFieldPath, setTriggerprotected ReconciliationImportErrorReason reason
public ReconciliationImportErrorReason getReason()
ReconciliationImportErrorReasonpublic void setReason(ReconciliationImportErrorReason value)
value - allowed object is
ReconciliationImportErrorReasonCopyright © 2018. All Rights Reserved.