org.jclouds.dynect.v3.domain
Class CreatePrimaryZone

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.CreatePrimaryZone

public final class CreatePrimaryZone
extends Object


Nested Class Summary
static class CreatePrimaryZone.Builder
           
static class CreatePrimaryZone.ToFQDN
           
 
Method Summary
static CreatePrimaryZone.Builder builder()
           
 boolean equals(Object obj)
           
 String getContact()
          The administrative contact or rname for the SOA record.
 int getDefaultTTL()
          Default TTL (in seconds) for records in the zone.
 String getFQDN()
          The fqdn of the zone to create
 Zone.SerialStyle getSerialStyle()
          The style of the zone's serial.
 int hashCode()
           
 CreatePrimaryZone.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getFQDN

public String getFQDN()
The fqdn of the zone to create


getContact

public String getContact()
The administrative contact or rname for the SOA record.


getDefaultTTL

public int getDefaultTTL()
Default TTL (in seconds) for records in the zone. Defaults to 3600.


getSerialStyle

public Zone.SerialStyle getSerialStyle()
The style of the zone's serial. Defaults to Zone.SerialStyle.INCREMENT.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

builder

public static CreatePrimaryZone.Builder builder()

toBuilder

public CreatePrimaryZone.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.