Class ProductSystemCountryModel

java.lang.Object
net.avalara.avatax.rest.client.models.ProductSystemCountryModel

public class ProductSystemCountryModel
extends java.lang.Object
Represents a System Country.
  • Constructor Summary

    Constructors 
    Constructor Description
    ProductSystemCountryModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCountry()
    Getter for country string value of country code for SystemCountry
    java.util.Date getEffDate()
    Getter for effDate DateTime as EffDate for SystemCountry
    java.util.Date getEndDate()
    Getter for endDate DateTime as EffDate for SystemCountry
    java.lang.Integer getSystemCountryId()
    Getter for systemCountryId Its Integer SystemCountryId value for SystemCountry
    java.lang.Integer getSystemId()
    Getter for systemId Its Integer SystemId value for SystemCountry
    void setCountry​(java.lang.String value)
    Setter for country string value of country code for SystemCountry
    void setEffDate​(java.util.Date value)
    Setter for effDate DateTime as EffDate for SystemCountry
    void setEndDate​(java.util.Date value)
    Setter for endDate DateTime as EffDate for SystemCountry
    void setSystemCountryId​(java.lang.Integer value)
    Setter for systemCountryId Its Integer SystemCountryId value for SystemCountry
    void setSystemId​(java.lang.Integer value)
    Setter for systemId Its Integer SystemId value for SystemCountry
    java.lang.String toString()
    Returns a JSON string representation of ProductSystemCountryModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getSystemCountryId

      public java.lang.Integer getSystemCountryId()
      Getter for systemCountryId Its Integer SystemCountryId value for SystemCountry
    • setSystemCountryId

      public void setSystemCountryId​(java.lang.Integer value)
      Setter for systemCountryId Its Integer SystemCountryId value for SystemCountry
    • getSystemId

      public java.lang.Integer getSystemId()
      Getter for systemId Its Integer SystemId value for SystemCountry
    • setSystemId

      public void setSystemId​(java.lang.Integer value)
      Setter for systemId Its Integer SystemId value for SystemCountry
    • getCountry

      public java.lang.String getCountry()
      Getter for country string value of country code for SystemCountry
    • setCountry

      public void setCountry​(java.lang.String value)
      Setter for country string value of country code for SystemCountry
    • getEffDate

      public java.util.Date getEffDate()
      Getter for effDate DateTime as EffDate for SystemCountry
    • setEffDate

      public void setEffDate​(java.util.Date value)
      Setter for effDate DateTime as EffDate for SystemCountry
    • getEndDate

      public java.util.Date getEndDate()
      Getter for endDate DateTime as EffDate for SystemCountry
    • setEndDate

      public void setEndDate​(java.util.Date value)
      Setter for endDate DateTime as EffDate for SystemCountry
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of ProductSystemCountryModel
      Overrides:
      toString in class java.lang.Object