public class JVultrRegion
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JVultrRegion.Continent
Represent Earth Continents
|
| Constructor and Description |
|---|
JVultrRegion(com.google.gson.JsonObject value)
DON'T USE THIS CONSTRUCTOR !
|
| Modifier and Type | Method and Description |
|---|---|
JVultrRegion.Continent |
getContinent()
Get Plan continent
|
java.lang.String |
getCountry()
Get Plan country
|
int |
getId()
Get Vultr Region id
|
java.lang.String |
getName()
Get Plan name
|
java.lang.String |
getState()
Get Plan state
|
boolean |
haveDDOSProtection()
Plan have ddos protection ?
|
java.lang.String |
toString() |
public JVultrRegion(com.google.gson.JsonObject value)
value - the JsonObject representing this objectpublic int getId()
public java.lang.String getName()
public java.lang.String getCountry()
public JVultrRegion.Continent getContinent()
public java.lang.String getState()
public boolean haveDDOSProtection()
public java.lang.String toString()
toString in class java.lang.Object