Class CycleExpireModel
java.lang.Object
net.avalara.avatax.rest.client.models.CycleExpireModel
public class CycleExpireModel
extends java.lang.Object
Cycle Safe Expiration results.
-
Constructor Summary
Constructors Constructor Description CycleExpireModel()
-
Method Summary
Modifier and Type Method 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
-
Constructor Details
-
CycleExpireModel
public CycleExpireModel()
-
-
Method Details
-
getSuccess
public java.lang.Boolean getSuccess()Getter for success Whether or not the filing calendar can be expired. e.g. if user makes end date of a calendar earlier than latest filing, this would be set to false. -
setSuccess
public void setSuccess(java.lang.Boolean value)Setter for success Whether or not the filing calendar can be expired. e.g. if user makes end date of a calendar earlier than latest filing, this would be set to false. -
getMessage
public java.lang.String getMessage()Getter for message The message to present to the user if expiration is successful or unsuccessful. -
setMessage
public void setMessage(java.lang.String value)Setter for message The message to present to the user if expiration is successful or unsuccessful. -
getCycleExpirationOptions
Getter for cycleExpirationOptions A list of options for expiring the filing calendar. -
setCycleExpirationOptions
Setter for cycleExpirationOptions A list of options for expiring the filing calendar. -
toString
public java.lang.String toString()Returns a JSON string representation of CycleExpireModel- Overrides:
toString
in classjava.lang.Object
-