public class CollectionElementResponse extends Object
| Constructor and Description |
|---|
CollectionElementResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCollectionType()
Gets the type of this collection.
|
String |
getElementIdentifier()
Gets the identifier of the elements in this collection.
|
int |
getElementIndex()
Gets the index of this particular element in a collection.
|
String |
getElementType()
Gets the type of elements in this collection.
|
String |
getId()
Gets the id of this collection element.
|
String |
getModelClass()
Gets the class of this collection.
|
ElementResponse |
getResponseElement()
Gets the response element within this collection.
|
int |
hashCode() |
void |
setCollectionType(String collectionType)
Sets the type of this collection.
|
void |
setElementIdentifier(String elementIdentifier)
Sets the identifer of elements in this collection.
|
void |
setElementIndex(int elementIndex)
Sets the index of this element in a collection.
|
void |
setElementType(String elementType)
Sets the type of elements in this collection.
|
void |
setId(String id)
Sets the id of this collection element.
|
void |
setModelClass(String modelClass)
Sets the class of this collection.
|
void |
setResponseObject(ElementResponse response)
Sets the data element within this collection.
|
public String getElementIdentifier()
public void setElementIdentifier(String elementIdentifier)
elementIdentifier - An identifier of elements in this collection.public int getElementIndex()
public void setElementIndex(int elementIndex)
elementIndex - The index of this element in a collection.public String getElementType()
public void setElementType(String elementType)
elementType - The type of elements in this collection.public String getId()
public void setId(String id)
id - The id of this collection element.public String getModelClass()
public void setModelClass(String modelClass)
modelClass - The class of this collection.public ElementResponse getResponseElement()
public void setResponseObject(ElementResponse response)
response - The data element within this collection.public String getCollectionType()
public void setCollectionType(String collectionType)
collectionType - The type of this collection.Copyright © 2014. All rights reserved.