com.globo.dnsapi.model
Class Record.GenericRecordAttributes
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Record.GenericRecordAttributes
public Record.GenericRecordAttributes()
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.