DigitalOcean API Client in Java

com.myjeeva.digitalocean.pojo
Class DomainRecord

java.lang.Object
  extended by com.myjeeva.digitalocean.pojo.DomainRecord

public class DomainRecord
extends Object

Represents DomainRecord (TLD) Record attributes of DigitalOcean DNS

Author:
Jeevanandam ([email protected])

Constructor Summary
DomainRecord()
           
 
Method Summary
 String getData()
           
 String getDomainId()
           
 Integer getId()
           
 String getName()
           
 Integer getPort()
           
 String getPriority()
           
 String getRecordType()
           
 Integer getWeight()
           
 void setData(String data)
           
 void setDomainId(String domainId)
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setPort(Integer port)
           
 void setPriority(String priority)
           
 void setRecordType(String recordType)
           
 void setWeight(Integer weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainRecord

public DomainRecord()
Method Detail

getId

public Integer getId()
Returns:
the id

setId

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

getDomainId

public String getDomainId()
Returns:
the domainId

setDomainId

public void setDomainId(String domainId)
Parameters:
domainId - the domainId to set

getRecordType

public String getRecordType()
Returns:
the recordType

setRecordType

public void setRecordType(String recordType)
Parameters:
recordType - the recordType to set

getName

public String getName()
Returns:
the name

setName

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

getData

public String getData()
Returns:
the data

setData

public void setData(String data)
Parameters:
data - the data to set

getPriority

public String getPriority()
Returns:
the priority

setPriority

public void setPriority(String priority)
Parameters:
priority - the priority to set

getPort

public Integer getPort()
Returns:
the port

setPort

public void setPort(Integer port)
Parameters:
port - the port to set

getWeight

public Integer getWeight()
Returns:
the weight

setWeight

public void setWeight(Integer weight)
Parameters:
weight - the weight to set

DigitalOcean API Client in Java

Copyright © 2013 myjeeva.com, 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.com has license information.