public class FeedAttributeReferenceError extends ApiError
Java class for FeedAttributeReferenceError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedAttributeReferenceError">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/cm/v201809}FeedAttributeReferenceError.Reason" minOccurs="0"/>
<element name="feedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="feedAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
feedAttributeName |
protected String |
feedName |
protected FeedAttributeReferenceErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
FeedAttributeReferenceError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeedAttributeName()
Gets the value of the feedAttributeName property.
|
String |
getFeedName()
Gets the value of the feedName property.
|
FeedAttributeReferenceErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setFeedAttributeName(String value)
Sets the value of the feedAttributeName property.
|
void |
setFeedName(String value)
Sets the value of the feedName property.
|
void |
setReason(FeedAttributeReferenceErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected FeedAttributeReferenceErrorReason reason
protected String feedName
protected String feedAttributeName
public FeedAttributeReferenceErrorReason getReason()
FeedAttributeReferenceErrorReasonpublic void setReason(FeedAttributeReferenceErrorReason value)
value - allowed object is
FeedAttributeReferenceErrorReasonpublic String getFeedName()
Stringpublic void setFeedName(String value)
value - allowed object is
Stringpublic String getFeedAttributeName()
StringCopyright © 2023. All rights reserved.