com.globo.dnsapi.model
Class Record

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

public class Record
extends Object


Nested Class Summary
static class Record.GenericRecordAttributes
           
static class Record.TypeARecordAttributes
           
static class Record.TypeMXRecordAttributes
           
static class Record.TypeNSRecordAttributes
           
static class Record.TypePTRRecordAttributes
           
static class Record.TypeSOARecordAttributes
           
static class Record.TypeTXTRecordAttributes
           
 
Constructor Summary
Record()
           
 
Method Summary
 String getContent()
           
 Record.GenericRecordAttributes getGenericRecordAttributes()
           
 Long getId()
           
 String getName()
           
 Record.TypeARecordAttributes getTypeARecordAttributes()
           
 Record.TypeMXRecordAttributes getTypeMXRecordAttributes()
           
 Record.TypeNSRecordAttributes getTypeNSRecordAttributes()
           
 Record.TypePTRRecordAttributes getTypePTRRecordAttributes()
           
 Record.TypeSOARecordAttributes getTypeSOARecordAttributes()
           
 Record.TypeTXTRecordAttributes getTypeTXTRecordAttributes()
           
 void setGenericRecordAttributes(Record.GenericRecordAttributes genericRecordAttributes)
           
 void setTypeARecordAttributes(Record.TypeARecordAttributes typeARecordAttributes)
           
 void setTypeMXRecordAttributes(Record.TypeMXRecordAttributes typeMXRecordAttributes)
           
 void setTypeNSRecordAttributes(Record.TypeNSRecordAttributes typeNSRecordAttributes)
           
 void setTypePTRRecordAttributes(Record.TypePTRRecordAttributes typePTRRecordAttributes)
           
 void setTypeSOARecordAttributes(Record.TypeSOARecordAttributes typeSOARecordAttributes)
           
 void setTypeTXTRecordAttributes(Record.TypeTXTRecordAttributes typeTXTRecordAttributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Record

public Record()
Method Detail

getGenericRecordAttributes

public Record.GenericRecordAttributes getGenericRecordAttributes()

setGenericRecordAttributes

public void setGenericRecordAttributes(Record.GenericRecordAttributes genericRecordAttributes)

getTypeARecordAttributes

public Record.TypeARecordAttributes getTypeARecordAttributes()

setTypeARecordAttributes

public void setTypeARecordAttributes(Record.TypeARecordAttributes typeARecordAttributes)

getTypeNSRecordAttributes

public Record.TypeNSRecordAttributes getTypeNSRecordAttributes()

setTypeNSRecordAttributes

public void setTypeNSRecordAttributes(Record.TypeNSRecordAttributes typeNSRecordAttributes)

getTypeSOARecordAttributes

public Record.TypeSOARecordAttributes getTypeSOARecordAttributes()

setTypeSOARecordAttributes

public void setTypeSOARecordAttributes(Record.TypeSOARecordAttributes typeSOARecordAttributes)

getTypeMXRecordAttributes

public Record.TypeMXRecordAttributes getTypeMXRecordAttributes()

setTypeMXRecordAttributes

public void setTypeMXRecordAttributes(Record.TypeMXRecordAttributes typeMXRecordAttributes)

getTypePTRRecordAttributes

public Record.TypePTRRecordAttributes getTypePTRRecordAttributes()

setTypePTRRecordAttributes

public void setTypePTRRecordAttributes(Record.TypePTRRecordAttributes typePTRRecordAttributes)

getTypeTXTRecordAttributes

public Record.TypeTXTRecordAttributes getTypeTXTRecordAttributes()

setTypeTXTRecordAttributes

public void setTypeTXTRecordAttributes(Record.TypeTXTRecordAttributes typeTXTRecordAttributes)

getId

public Long getId()

getName

public String getName()

getContent

public String getContent()


Copyright © 2014. All rights reserved.