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(Set<RateLimit> rate,
Map<String,Integer> absolute) |
Modifier and Type | Method and Description |
---|---|
static Limits.Builder<?> |
builder() |
boolean |
equals(Object obj) |
Map<String,Integer> |
getAbsolute() |
Set<RateLimit> |
getRate() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Limits.Builder<?> |
toBuilder() |
String |
toString() |
public static Limits.Builder<?> builder()
public Limits.Builder<?> toBuilder()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.