Class DcvViewModel

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

public class DcvViewModel extends Object
ViewModel to get Domain control verification
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for context
    Getter for createdBy Domain control verification created by
    Getter for createdOn Domain control verification creation date
    Getter for domainName Domain name for which Domain control verification record is created
    Getter for emailId Email id of the user who create Domain control verification
    Getter for id Unique id of the Domain control verification
    Getter for status Status of the domain Verified/Pending/Cancelled
    Getter for token Unique token for Domain control verification
    Getter for updatedBy Domain control verification update by
    Getter for updatedOn Domain control verification update date
    void
    Setter for context
    void
    Setter for createdBy Domain control verification created by
    void
    Setter for createdOn Domain control verification creation date
    void
    Setter for domainName Domain name for which Domain control verification record is created
    void
    Setter for emailId Email id of the user who create Domain control verification
    void
    setId(String value)
    Setter for id Unique id of the Domain control verification
    void
    Setter for status Status of the domain Verified/Pending/Cancelled
    void
    Setter for token Unique token for Domain control verification
    void
    Setter for updatedBy Domain control verification update by
    void
    Setter for updatedOn Domain control verification update date
    Returns a JSON string representation of DcvViewModel

    Methods inherited from class java.lang.Object

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

    • DcvViewModel

      public DcvViewModel()
  • Method Details

    • getId

      public String getId()
      Getter for id Unique id of the Domain control verification
    • setId

      public void setId(String value)
      Setter for id Unique id of the Domain control verification
    • getDomainName

      public String getDomainName()
      Getter for domainName Domain name for which Domain control verification record is created
    • setDomainName

      public void setDomainName(String value)
      Setter for domainName Domain name for which Domain control verification record is created
    • getContext

      public Context getContext()
      Getter for context
    • setContext

      public void setContext(Context value)
      Setter for context
    • getToken

      public String getToken()
      Getter for token Unique token for Domain control verification
    • setToken

      public void setToken(String value)
      Setter for token Unique token for Domain control verification
    • getStatus

      public String getStatus()
      Getter for status Status of the domain Verified/Pending/Cancelled
    • setStatus

      public void setStatus(String value)
      Setter for status Status of the domain Verified/Pending/Cancelled
    • getEmailId

      public String getEmailId()
      Getter for emailId Email id of the user who create Domain control verification
    • setEmailId

      public void setEmailId(String value)
      Setter for emailId Email id of the user who create Domain control verification
    • getCreatedOn

      public String getCreatedOn()
      Getter for createdOn Domain control verification creation date
    • setCreatedOn

      public void setCreatedOn(String value)
      Setter for createdOn Domain control verification creation date
    • getCreatedBy

      public String getCreatedBy()
      Getter for createdBy Domain control verification created by
    • setCreatedBy

      public void setCreatedBy(String value)
      Setter for createdBy Domain control verification created by
    • getUpdatedOn

      public String getUpdatedOn()
      Getter for updatedOn Domain control verification update date
    • setUpdatedOn

      public void setUpdatedOn(String value)
      Setter for updatedOn Domain control verification update date
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for updatedBy Domain control verification update by
    • setUpdatedBy

      public void setUpdatedBy(String value)
      Setter for updatedBy Domain control verification update by
    • toString

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