public class JVultrDnsRecord
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JVultrDnsRecord.Type
Represent a Vultr Dns Record Type
|
| Constructor and Description |
|---|
JVultrDnsRecord(com.google.gson.JsonObject value)
DON'T USE THIS CONSTRUCTOR !
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData()
Get dns record data
|
int |
getId()
Get dns record id
|
java.lang.String |
getName()
Get dns name
|
int |
getPriority()
Get dns priority
|
JVultrDnsRecord.Type |
getType()
Get dns record type
|
java.lang.String |
toString() |
public JVultrDnsRecord(com.google.gson.JsonObject value)
value - the JsonObject representing this objectpublic int getId()
public JVultrDnsRecord.Type getType()
public java.lang.String getName()
public java.lang.String getData()
public int getPriority()
public java.lang.String toString()
toString in class java.lang.Object