Class ProductSystemCountryModel
java.lang.Object
net.avalara.avatax.rest.client.models.ProductSystemCountryModel
Represents a System Country.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for country string value of country code for SystemCountryGetter for effDate DateTime as EffDate for SystemCountryGetter for endDate DateTime as EffDate for SystemCountryGetter for systemCountryId Its Integer SystemCountryId value for SystemCountryGetter for systemId Its Integer SystemId value for SystemCountryvoidsetCountry(String value) Setter for country string value of country code for SystemCountryvoidsetEffDate(Date value) Setter for effDate DateTime as EffDate for SystemCountryvoidsetEndDate(Date value) Setter for endDate DateTime as EffDate for SystemCountryvoidsetSystemCountryId(Integer value) Setter for systemCountryId Its Integer SystemCountryId value for SystemCountryvoidsetSystemId(Integer value) Setter for systemId Its Integer SystemId value for SystemCountrytoString()Returns a JSON string representation of ProductSystemCountryModel
-
Constructor Details
-
ProductSystemCountryModel
public ProductSystemCountryModel()
-
-
Method Details
-
getSystemCountryId
Getter for systemCountryId Its Integer SystemCountryId value for SystemCountry -
setSystemCountryId
Setter for systemCountryId Its Integer SystemCountryId value for SystemCountry -
getSystemId
Getter for systemId Its Integer SystemId value for SystemCountry -
setSystemId
Setter for systemId Its Integer SystemId value for SystemCountry -
getCountry
Getter for country string value of country code for SystemCountry -
setCountry
Setter for country string value of country code for SystemCountry -
getEffDate
Getter for effDate DateTime as EffDate for SystemCountry -
setEffDate
Setter for effDate DateTime as EffDate for SystemCountry -
getEndDate
Getter for endDate DateTime as EffDate for SystemCountry -
setEndDate
Setter for endDate DateTime as EffDate for SystemCountry -
toString
Returns a JSON string representation of ProductSystemCountryModel
-