com.globo.dnsapi.model
Class Domain.DomainAttributes

java.lang.Object
  extended by com.globo.dnsapi.model.Domain.DomainAttributes
Enclosing class:
Domain

public static class Domain.DomainAttributes
extends Object


Constructor Summary
Domain.DomainAttributes()
           
 
Method Summary
 String getAccount()
           
 String getAddressType()
           
 String getAuthorityType()
           
 String getCreatedAt()
           
 Long getId()
           
 String getLastCheck()
           
 String getMaster()
           
 String getName()
           
 String getNotes()
           
 String getNotifiedSerial()
           
 Long getTemplateId()
           
 String getTTL()
           
 String getUpdatedAt()
           
 Long getUserId()
           
 Long getViewId()
           
 void setAccount(String account)
           
 void setAddressType(String addressType)
           
 void setAuthorityType(String authorityType)
           
 void setCreatedAt(String createdAt)
           
 void setId(Long id)
           
 void setLastCheck(String lastCheck)
           
 void setMaster(String master)
           
 void setName(String name)
           
 void setNotes(String notes)
           
 void setNotifiedSerial(String notifiedSerial)
           
 void setTemplateId(Long templateId)
           
 void setTTL(String ttl)
           
 void setUpdatedAt(String updatedAt)
           
 void setUserId(Long userId)
           
 void setViewId(Long viewId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Domain.DomainAttributes

public Domain.DomainAttributes()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getAccount

public String getAccount()

setAccount

public void setAccount(String account)

getAddressType

public String getAddressType()

setAddressType

public void setAddressType(String addressType)

getAuthorityType

public String getAuthorityType()

setAuthorityType

public void setAuthorityType(String authorityType)

getCreatedAt

public String getCreatedAt()

setCreatedAt

public void setCreatedAt(String createdAt)

getLastCheck

public String getLastCheck()

setLastCheck

public void setLastCheck(String lastCheck)

getMaster

public String getMaster()

setMaster

public void setMaster(String master)

getName

public String getName()

setName

public void setName(String name)

getNotes

public String getNotes()

setNotes

public void setNotes(String notes)

getNotifiedSerial

public String getNotifiedSerial()

setNotifiedSerial

public void setNotifiedSerial(String notifiedSerial)

getTTL

public String getTTL()

setTTL

public void setTTL(String ttl)

getUpdatedAt

public String getUpdatedAt()

setUpdatedAt

public void setUpdatedAt(String updatedAt)

getUserId

public Long getUserId()

setUserId

public void setUserId(Long userId)

getViewId

public Long getViewId()

setViewId

public void setViewId(Long viewId)

getTemplateId

public Long getTemplateId()

setTemplateId

public void setTemplateId(Long templateId)


Copyright © 2014. All rights reserved.