Class Domain.Builder<T extends Domain.Builder<T>>

java.lang.Object
org.jclouds.glesys.domain.Domain.Builder<T>
Enclosing class:
Domain

public abstract static class Domain.Builder<T extends Domain.Builder<T>> extends Object
  • Field Details

    • domainName

      protected String domainName
    • createTime

      protected Date createTime
    • recordCount

      protected int recordCount
    • useGlesysNameServer

      protected boolean useGlesysNameServer
    • primaryNameServer

      protected String primaryNameServer
    • responsiblePerson

      protected String responsiblePerson
    • ttl

      protected int ttl
    • refresh

      protected int refresh
    • retry

      protected int retry
    • expire

      protected int expire
    • minimum

      protected int minimum
  • Constructor Details

    • Builder

      public Builder()
  • Method Details