Class DcvViewModel


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

      Constructors 
      Constructor Description
      DcvViewModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Context getContext()
      Getter for context
      java.lang.String getCreatedBy()
      Getter for createdBy Domain control verification created by
      java.lang.String getCreatedOn()
      Getter for createdOn Domain control verification creation date
      java.lang.String getDomainName()
      Getter for domainName Domain name for which Domain control verification record is created
      java.lang.String getEmailId()
      Getter for emailId Email id of the user who create Domain control verification
      java.lang.String getId()
      Getter for id Unique id of the Domain control verification
      java.lang.String getStatus()
      Getter for status Status of the domain Verified/Pending/Cancelled
      java.lang.String getToken()
      Getter for token Unique token for Domain control verification
      java.lang.String getUpdatedBy()
      Getter for updatedBy Domain control verification update by
      java.lang.String getUpdatedOn()
      Getter for updatedOn Domain control verification update date
      void setContext​(Context value)
      Setter for context
      void setCreatedBy​(java.lang.String value)
      Setter for createdBy Domain control verification created by
      void setCreatedOn​(java.lang.String value)
      Setter for createdOn Domain control verification creation date
      void setDomainName​(java.lang.String value)
      Setter for domainName Domain name for which Domain control verification record is created
      void setEmailId​(java.lang.String value)
      Setter for emailId Email id of the user who create Domain control verification
      void setId​(java.lang.String value)
      Setter for id Unique id of the Domain control verification
      void setStatus​(java.lang.String value)
      Setter for status Status of the domain Verified/Pending/Cancelled
      void setToken​(java.lang.String value)
      Setter for token Unique token for Domain control verification
      void setUpdatedBy​(java.lang.String value)
      Setter for updatedBy Domain control verification update by
      void setUpdatedOn​(java.lang.String value)
      Setter for updatedOn Domain control verification update date
      java.lang.String toString()
      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 Detail

      • DcvViewModel

        public DcvViewModel()
    • Method Detail

      • getId

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

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

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

        public void setDomainName​(java.lang.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 java.lang.String getToken()
        Getter for token Unique token for Domain control verification
      • setToken

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

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

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

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

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

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

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

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

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

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

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

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

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

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