Class ProductSystemCountryModel

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

public class ProductSystemCountryModel extends Object
Represents a System Country.
  • Constructor Details

    • ProductSystemCountryModel

      public ProductSystemCountryModel()
  • Method Details

    • getSystemCountryId

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

      public void setSystemCountryId(Integer value)
      Setter for systemCountryId Its Integer SystemCountryId value for SystemCountry
    • getSystemId

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

      public void setSystemId(Integer value)
      Setter for systemId Its Integer SystemId value for SystemCountry
    • getCountry

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

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

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

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

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

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

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