com.myjeeva.digitalocean.pojo
Class Domain
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Domain
public Domain()
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