DigitalOcean API Client in Java

com.myjeeva.digitalocean.pojo
Class Domain

java.lang.Object
  extended by com.myjeeva.digitalocean.pojo.Domain
All Implemented Interfaces:
java.io.Serializable

public class Domain
extends java.lang.Object
implements java.io.Serializable

Represents Domain (TLD) attributes of DigitalOcean DNS

Author:
Jeevanandam M. ([email protected])
See Also:
Serialized Form

Constructor Summary
Domain()
           
 
Method Summary
 java.lang.String getError()
           
 java.lang.Integer getId()
           
 java.lang.String getLiveZoneFile()
           
 java.lang.String getName()
           
 java.lang.Integer getTimeToLive()
           
 java.lang.String getZoneFileWithError()
           
 void setError(java.lang.String error)
           
 void setId(java.lang.Integer id)
           
 void setLiveZoneFile(java.lang.String liveZoneFile)
           
 void setName(java.lang.String name)
           
 void setTimeToLive(java.lang.Integer timeToLive)
           
 void setZoneFileWithError(java.lang.String zoneFileWithError)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Domain

public Domain()
Method Detail

getId

public java.lang.Integer getId()
Returns:
the id

setId

public void setId(java.lang.Integer id)
Parameters:
id - the id to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getTimeToLive

public java.lang.Integer getTimeToLive()
Returns:
the timeToLive

setTimeToLive

public void setTimeToLive(java.lang.Integer timeToLive)
Parameters:
timeToLive - the timeToLive to set

getLiveZoneFile

public java.lang.String getLiveZoneFile()
Returns:
the liveZoneFile

setLiveZoneFile

public void setLiveZoneFile(java.lang.String liveZoneFile)
Parameters:
liveZoneFile - the liveZoneFile to set

getError

public java.lang.String getError()
Returns:
the error

setError

public void setError(java.lang.String error)
Parameters:
error - the error to set

getZoneFileWithError

public java.lang.String getZoneFileWithError()
Returns:
the zoneFileWithError

setZoneFileWithError

public void setZoneFileWithError(java.lang.String zoneFileWithError)
Parameters:
zoneFileWithError - the zoneFileWithError to set

DigitalOcean API Client in Java

Copyright © 2014 myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.