public class SlatePage extends Object implements Serializable, Iterable<Slate>
Slate objects.| Constructor and Description |
|---|
SlatePage() |
SlatePage(Integer totalResultSetSize,
Integer startIndex,
Slate[] results) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Slate[] |
getResults()
Gets the results value for this SlatePage.
|
Slate |
getResults(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Integer |
getStartIndex()
Gets the startIndex value for this SlatePage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this SlatePage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
Iterator<Slate> |
iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
void |
setResults(int i,
Slate _value) |
void |
setResults(Slate[] results)
Sets the results value for this SlatePage.
|
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this SlatePage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this SlatePage.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Integer getTotalResultSetSize()
public void setTotalResultSetSize(Integer totalResultSetSize)
totalResultSetSize - * The size of the total result set to which this page belongs.public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
startIndex - * The absolute index in the total result set on which this page
begins.public Slate[] getResults()
public void setResults(Slate[] results)
results - * The collection of live stream events contained within this
page.public Slate getResults(int i)
public void setResults(int i,
Slate _value)
public Iterator<Slate> iterator()
results that:
null.Iterator.remove().public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.