public class LogPagination extends GenericModel
| Constructor and Description | 
|---|
| LogPagination() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCursor()Gets the cursor. | 
| java.lang.Long | getMatched()Gets the matched. | 
| java.lang.String | getNextUrl()Gets the nextUrl. | 
| void | setCursor(java.lang.String cursor)Sets the cursor. | 
| void | setMatched(long matched)Sets the matched. | 
| void | setNextUrl(java.lang.String nextUrl)Sets the nextUrl. | 
equals, hashCode, toStringpublic java.lang.String getCursor()
public void setCursor(java.lang.String cursor)
cursor - the new cursorpublic java.lang.String getNextUrl()
public java.lang.Long getMatched()
public void setNextUrl(java.lang.String nextUrl)
nextUrl - the new nextUrlpublic void setMatched(long matched)
matched - the new matched