public class Limits extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Limits.Builder<T extends Limits.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Limits(List<RateLimit> rate,
      List<AbsoluteLimit> absolute)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Limits.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
List<AbsoluteLimit> | 
getAbsolute()  | 
List<RateLimit> | 
getRate()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Limits.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"rate","absolute"}) protected Limits(List<RateLimit> rate, List<AbsoluteLimit> absolute)
public static Limits.Builder<?> builder()
public Limits.Builder<?> toBuilder()
public List<AbsoluteLimit> getAbsolute()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.