public class CycleExpireModel
extends java.lang.Object
Constructor and Description |
---|
CycleExpireModel() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CycleExpireOptionModel> |
getCycleExpirationOptions()
Getter for cycleExpirationOptions
A list of options for expiring the filing calendar.
|
java.lang.String |
getMessage()
Getter for message
The message to present to the user if expiration is successful or unsuccessful.
|
java.lang.Boolean |
getSuccess()
Getter for success
Whether or not the filing calendar can be expired.
|
void |
setCycleExpirationOptions(java.util.ArrayList<CycleExpireOptionModel> value)
Setter for cycleExpirationOptions
A list of options for expiring the filing calendar.
|
void |
setMessage(java.lang.String value)
Setter for message
The message to present to the user if expiration is successful or unsuccessful.
|
void |
setSuccess(java.lang.Boolean value)
Setter for success
Whether or not the filing calendar can be expired.
|
java.lang.String |
toString()
Returns a JSON string representation of CycleExpireModel
|
public java.lang.Boolean getSuccess()
public void setSuccess(java.lang.Boolean value)
public java.lang.String getMessage()
public void setMessage(java.lang.String value)
public java.util.ArrayList<CycleExpireOptionModel> getCycleExpirationOptions()
public void setCycleExpirationOptions(java.util.ArrayList<CycleExpireOptionModel> value)
public java.lang.String toString()
toString
in class java.lang.Object