com.myjeeva.digitalocean.pojo
Class Region
java.lang.Object
com.myjeeva.digitalocean.pojo.Region
public class Region
- extends Object
Represents Region (aka Data Center) attributes of DigitalOcean
- Author:
- Jeevanandam M. (jeeva@myjeeva.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Region
public Region()
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id
- the id to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getSlug
public String getSlug()
- Returns:
- the slug
setSlug
public void setSlug(String slug)
- Parameters:
slug
- the slug to set