com.globo.dnsapi.model
Class Domain

java.lang.Object
  extended by com.globo.dnsapi.model.Domain

public class Domain
extends Object


Nested Class Summary
static class Domain.DomainAttributes
           
 
Constructor Summary
Domain()
           
 
Method Summary
 String getAccount()
           
 String getAddressType()
           
 String getAuthorityType()
           
 String getCreatedAt()
           
 Domain.DomainAttributes getDomainAttributes()
           
 Long getId()
           
 String getLastCheck()
           
 String getMaster()
           
 String getName()
           
 String getNotes()
           
 String getNotifiedSerial()
           
 Long getTemplateId()
           
 String getTTL()
           
 String getUpdatedAt()
           
 Long getUserId()
           
 Long getViewId()
           
 void setDomainAttributes(Domain.DomainAttributes domainAttributes)
           
 
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

getDomainAttributes

public Domain.DomainAttributes getDomainAttributes()

setDomainAttributes

public void setDomainAttributes(Domain.DomainAttributes domainAttributes)

getId

public Long getId()

getAccount

public String getAccount()

getAddressType

public String getAddressType()

getAuthorityType

public String getAuthorityType()

getCreatedAt

public String getCreatedAt()

getLastCheck

public String getLastCheck()

getMaster

public String getMaster()

getName

public String getName()

getNotes

public String getNotes()

getNotifiedSerial

public String getNotifiedSerial()

getTTL

public String getTTL()

getUpdatedAt

public String getUpdatedAt()

getUserId

public Long getUserId()

getViewId

public Long getViewId()

getTemplateId

public Long getTemplateId()


Copyright © 2014. All rights reserved.