com.xerox.amazonws.fps
Class UsageLimit

java.lang.Object
  extended by com.xerox.amazonws.fps.UsageLimit
All Implemented Interfaces:
Serializable

public class UsageLimit
extends Object
implements Serializable

Author:
J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com
See Also:
Serialized Form

Constructor Summary
UsageLimit(com.xerox.amazonws.fps.UsageLimit.Type type)
           
UsageLimit(com.xerox.amazonws.fps.UsageLimit.Type type, com.xerox.amazonws.fps.UsageLimit.Periodicity periodicity)
           
 
Method Summary
 com.xerox.amazonws.fps.UsageLimit.Periodicity getPeriodicity()
           
 com.xerox.amazonws.fps.UsageLimit.Type getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UsageLimit

public UsageLimit(com.xerox.amazonws.fps.UsageLimit.Type type)

UsageLimit

public UsageLimit(com.xerox.amazonws.fps.UsageLimit.Type type,
                  com.xerox.amazonws.fps.UsageLimit.Periodicity periodicity)
Method Detail

getType

public com.xerox.amazonws.fps.UsageLimit.Type getType()

getPeriodicity

public com.xerox.amazonws.fps.UsageLimit.Periodicity getPeriodicity()

toString

public String toString()
Overrides:
toString in class Object