com.globo.dnsapi.model
Class Record.GenericRecordAttributes

java.lang.Object
  extended by com.globo.dnsapi.model.Record.GenericRecordAttributes
Direct Known Subclasses:
Record.TypeARecordAttributes, Record.TypeMXRecordAttributes, Record.TypeNSRecordAttributes, Record.TypePTRRecordAttributes, Record.TypeSOARecordAttributes, Record.TypeTXTRecordAttributes
Enclosing class:
Record

public static class Record.GenericRecordAttributes
extends Object


Constructor Summary
Record.GenericRecordAttributes()
           
 
Method Summary
 String getChangeDate()
           
 String getContent()
           
 String getCreatedAt()
           
 Long getDomainId()
           
 Long getId()
           
 String getName()
           
 Integer getPriority()
           
 String getTTL()
           
 String getType()
           
 String getUpdatedAt()
           
 void setChangeDate(String changeDate)
           
 void setContent(String content)
           
 void setCreatedAt(String createdAt)
           
 void setDomainId(Long domainId)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setPriority(Integer priority)
           
 void setTTL(String ttl)
           
 void setType(String type)
           
 void setUpdatedAt(String updatedAt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record.GenericRecordAttributes

public Record.GenericRecordAttributes()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getDomainId

public Long getDomainId()

setDomainId

public void setDomainId(Long domainId)

getContent

public String getContent()

setContent

public void setContent(String content)

getType

public String getType()

setType

public void setType(String type)

getCreatedAt

public String getCreatedAt()

setCreatedAt

public void setCreatedAt(String createdAt)

getName

public String getName()

setName

public void setName(String name)

getPriority

public Integer getPriority()

setPriority

public void setPriority(Integer priority)

getTTL

public String getTTL()

setTTL

public void setTTL(String ttl)

getUpdatedAt

public String getUpdatedAt()

setUpdatedAt

public void setUpdatedAt(String updatedAt)

getChangeDate

public String getChangeDate()

setChangeDate

public void setChangeDate(String changeDate)


Copyright © 2014. All rights reserved.