public class FeedItemAttributeError extends Object
Java class for FeedItemAttributeError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedItemAttributeError">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="feedAttributeIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="validationErrorCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="errorInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorInformation |
protected List<Long> |
feedAttributeIds |
protected Integer |
validationErrorCode |
| Constructor and Description |
|---|
FeedItemAttributeError() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorInformation()
Gets the value of the errorInformation property.
|
List<Long> |
getFeedAttributeIds()
Gets the value of the feedAttributeIds property.
|
Integer |
getValidationErrorCode()
Gets the value of the validationErrorCode property.
|
void |
setErrorInformation(String value)
Sets the value of the errorInformation property.
|
void |
setValidationErrorCode(Integer value)
Sets the value of the validationErrorCode property.
|
protected Integer validationErrorCode
protected String errorInformation
public List<Long> getFeedAttributeIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the feedAttributeIds property.
For example, to add a new item, do as follows:
getFeedAttributeIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public Integer getValidationErrorCode()
Integerpublic void setValidationErrorCode(Integer value)
value - allowed object is
Integerpublic String getErrorInformation()
StringCopyright © 2023. All rights reserved.