public class LiveStreamEventPage extends Object implements Serializable, Iterable<LiveStreamEvent>
LiveStreamEvent objects.| Constructor and Description |
|---|
LiveStreamEventPage() |
LiveStreamEventPage(Integer totalResultSetSize,
Integer startIndex,
LiveStreamEvent[] 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
|
LiveStreamEvent[] |
getResults()
Gets the results value for this LiveStreamEventPage.
|
LiveStreamEvent |
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 LiveStreamEventPage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this LiveStreamEventPage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
Iterator<LiveStreamEvent> |
iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
void |
setResults(int i,
LiveStreamEvent _value) |
void |
setResults(LiveStreamEvent[] results)
Sets the results value for this LiveStreamEventPage.
|
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this LiveStreamEventPage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this LiveStreamEventPage.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic LiveStreamEventPage()
public LiveStreamEventPage(Integer totalResultSetSize, Integer startIndex, LiveStreamEvent[] results)
public 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 LiveStreamEvent[] getResults()
public void setResults(LiveStreamEvent[] results)
results - * The collection of live stream events contained within this
page.public LiveStreamEvent getResults(int i)
public void setResults(int i,
LiveStreamEvent _value)
public Iterator<LiveStreamEvent> iterator()
results that:
null.Iterator.remove().iterator in interface Iterable<LiveStreamEvent>public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.