public class ResponseDataWrapper
extends java.lang.Object
implements java.util.List | Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | get(java.lang.Integer index) | 
| java.lang.Object | get(java.lang.String propertyName) | 
| java.lang.Object | getLast() | 
| java.lang.Object | last() | 
public java.lang.Object get(java.lang.String propertyName)
                     throws java.lang.Exception propertyName - The name of the property to returnjava.lang.Exceptionpublic java.lang.Object get(java.lang.Integer index)
                     throws java.lang.Exception index - The index of the object to returnjava.lang.Exceptionpublic java.lang.Object getLast()
                         throws java.lang.Exception java.lang.Exceptionpublic java.lang.Object last()
                      throws java.lang.Exception java.lang.Exception