|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nhindirect.config.model.DNSRecord
public class DNSRecord
DNS Records
| Constructor Summary | |
|---|---|
DNSRecord()
Empty constructor |
|
| Method Summary | |
|---|---|
Calendar |
getCreateTime()
Gets the date/time that the DNS record was created in the system. |
byte[] |
getData()
Sets the raw data of the DNS record. |
int |
getDclass()
Gets the DNS record Dclass. |
long |
getId()
Gets the internal id of the record. |
String |
getName()
Gets the DNS name associated with the record. |
long |
getTtl()
Gets the DNS record's time to live. |
int |
getType()
Gets the DNS record type. |
void |
setCreateTime(Calendar createTime)
Sets the date/time that the DNS record was created in the system. |
void |
setData(byte[] data)
Sets the raw data of the DNS record. |
void |
setDclass(int dclass)
Sets the DNS record Dclass. |
void |
setId(long id)
Sets the internal id of the record. |
void |
setName(String name)
Sets the DNS name associated with the record. |
void |
setTtl(long ttl)
Sets the DNS record's time to live. |
void |
setType(int type)
Sets the DNS record type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DNSRecord()
| Method Detail |
|---|
public long getId()
public void setId(long id)
id - The internal id of the record.public String getName()
public void setName(String name)
name - The DNS name associated with the record.public int getType()
public void setType(int type)
type - The DNS record type.public int getDclass()
public void setDclass(int dclass)
dclass - The DNS record Dclass.public long getTtl()
public void setTtl(long ttl)
ttl - The DNS record's time to live.public byte[] getData()
public void setData(byte[] data)
data - The raw data of the DNS record.public Calendar getCreateTime()
public void setCreateTime(Calendar createTime)
createTime - The date/time that the DNS record was created in the system.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||