Class DcvViewModel
java.lang.Object
net.avalara.avatax.rest.client.models.DcvViewModel
ViewModel to get Domain control verification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for contextGetter for createdBy Domain control verification created byGetter for createdOn Domain control verification creation dateGetter for domainName Domain name for which Domain control verification record is createdGetter for emailId Email id of the user who create Domain control verificationgetId()
Getter for id Unique id of the Domain control verificationGetter for status Status of the domain Verified/Pending/CancelledgetToken()
Getter for token Unique token for Domain control verificationGetter for updatedBy Domain control verification update byGetter for updatedOn Domain control verification update datevoid
setContext
(Context value) Setter for contextvoid
setCreatedBy
(String value) Setter for createdBy Domain control verification created byvoid
setCreatedOn
(String value) Setter for createdOn Domain control verification creation datevoid
setDomainName
(String value) Setter for domainName Domain name for which Domain control verification record is createdvoid
setEmailId
(String value) Setter for emailId Email id of the user who create Domain control verificationvoid
Setter for id Unique id of the Domain control verificationvoid
Setter for status Status of the domain Verified/Pending/Cancelledvoid
Setter for token Unique token for Domain control verificationvoid
setUpdatedBy
(String value) Setter for updatedBy Domain control verification update byvoid
setUpdatedOn
(String value) Setter for updatedOn Domain control verification update datetoString()
Returns a JSON string representation of DcvViewModel
-
Constructor Details
-
DcvViewModel
public DcvViewModel()
-
-
Method Details
-
getId
Getter for id Unique id of the Domain control verification -
setId
Setter for id Unique id of the Domain control verification -
getDomainName
Getter for domainName Domain name for which Domain control verification record is created -
setDomainName
Setter for domainName Domain name for which Domain control verification record is created -
getContext
Getter for context -
setContext
Setter for context -
getToken
Getter for token Unique token for Domain control verification -
setToken
Setter for token Unique token for Domain control verification -
getStatus
Getter for status Status of the domain Verified/Pending/Cancelled -
setStatus
Setter for status Status of the domain Verified/Pending/Cancelled -
getEmailId
Getter for emailId Email id of the user who create Domain control verification -
setEmailId
Setter for emailId Email id of the user who create Domain control verification -
getCreatedOn
Getter for createdOn Domain control verification creation date -
setCreatedOn
Setter for createdOn Domain control verification creation date -
getCreatedBy
Getter for createdBy Domain control verification created by -
setCreatedBy
Setter for createdBy Domain control verification created by -
getUpdatedOn
Getter for updatedOn Domain control verification update date -
setUpdatedOn
Setter for updatedOn Domain control verification update date -
getUpdatedBy
Getter for updatedBy Domain control verification update by -
setUpdatedBy
Setter for updatedBy Domain control verification update by -
toString
Returns a JSON string representation of DcvViewModel
-