public static class AbstractRefereshingPageableIterator.RefreshResult<R,T>
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RefreshResult() |
Modifier and Type | Method and Description |
---|---|
R |
getRefresh()
Gets the refresh.
|
java.util.List<? extends T> |
getResult()
Gets the result.
|
void |
setRefresh(R refresh)
Sets the refresh.
|
void |
setResult(java.util.List<? extends T> result)
Sets the result.
|
public java.util.List<? extends T> getResult()
public void setResult(java.util.List<? extends T> result)
result
- the new resultpublic R getRefresh()
public void setRefresh(R refresh)
refresh
- the new refresh