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