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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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

      public java.util.ArrayList<CycleExpireOptionModel> getCycleExpirationOptions()
      Getter for cycleExpirationOptions A list of options for expiring the filing calendar.
    • setCycleExpirationOptions

      public void setCycleExpirationOptions​(java.util.ArrayList<CycleExpireOptionModel> value)
      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 class java.lang.Object