DigitalOcean API Client in Java

com.myjeeva.digitalocean.pojo
Class Snapshot

java.lang.Object
  extended by com.myjeeva.digitalocean.pojo.Snapshot

public class Snapshot
extends java.lang.Object

Represents backup attributes of Snapshot

Since:
v1.4
Author:
Jeevanandam M. ([email protected])

Constructor Summary
Snapshot()
           
 
Method Summary
 java.lang.String getDistribution()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.String getSlug()
           
 void setDistribution(java.lang.String distribution)
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setSlug(java.lang.String slug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snapshot

public Snapshot()
Method Detail

getId

public java.lang.Integer getId()
Returns:
the id

setId

public void setId(java.lang.Integer id)
Parameters:
id - the id to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the name to set

getSlug

public java.lang.String getSlug()
Returns:
the slug

setSlug

public void setSlug(java.lang.String slug)
Parameters:
slug - the slug to set

getDistribution

public java.lang.String getDistribution()
Returns:
the distribution

setDistribution

public void setDistribution(java.lang.String distribution)
Parameters:
distribution - the distribution to set

DigitalOcean API Client in Java

Copyright © 2014 myjeeva blog, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.