public class ResumptionTokenType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
completeListSize |
protected long |
cursor |
protected Date |
expirationDate |
protected String |
value |
| Constructor and Description |
|---|
ResumptionTokenType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompleteListSize()
Gets the value of the completeListSize property.
|
long |
getCursor()
Gets the value of the cursor property.
|
Date |
getExpirationDate()
Gets the value of the expirationDate property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCompleteListSize(long value)
Sets the value of the completeListSize property.
|
void |
setCursor(long value)
Sets the value of the cursor property.
|
void |
setExpirationDate(Date value)
Sets the value of the expirationDate property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Date expirationDate
protected long completeListSize
protected long cursor
public String getValue()
public void setValue(String value)
value - allowed object is ;public Date getExpirationDate()
public void setExpirationDate(Date value)
value - allowed object ispublic long getCompleteListSize()
public void setCompleteListSize(long value)
value - allowed object is ;public long getCursor()
public void setCursor(long value)
value - allowed object is ;Copyright © 2020. All rights reserved.