org.jclouds.cloudservers.domain
Class AbsoluteLimit

java.lang.Object
  extended by org.jclouds.cloudservers.domain.AbsoluteLimit

public class AbsoluteLimit
extends Object

Author:
Adrian Cole

Field Summary
protected  String name
           
protected  int value
           
 
Constructor Summary
AbsoluteLimit()
           
 
Method Summary
 String getName()
           
 int getValue()
           
 void setName(String value)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected int value
Constructor Detail

AbsoluteLimit

public AbsoluteLimit()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getValue

public int getValue()

setValue

public void setValue(int value)


Copyright © 2009-2012 jclouds. All Rights Reserved.