Class DomainNameViewModel


  • public class DomainNameViewModel
    extends java.lang.Object
    ViewModel to receive DomainName from user
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDomainName()
      Getter for domainName Domain Name for which Domain control verification is created
      void setDomainName​(java.lang.String value)
      Setter for domainName Domain Name for which Domain control verification is created
      java.lang.String toString()
      Returns a JSON string representation of DomainNameViewModel
      • Methods inherited from class java.lang.Object

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

      • DomainNameViewModel

        public DomainNameViewModel()
    • Method Detail

      • getDomainName

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

        public void setDomainName​(java.lang.String value)
        Setter for domainName Domain Name for which Domain control verification is created
      • toString

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