@Beta public class Quota extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Quota.Builder |
| Constructor and Description |
|---|
Quota(String metric,
Double usage,
Double limit) |
@ConstructorProperties(value={"metric","usage","limit"}) public Quota(String metric, Double usage, Double limit)
public String getMetric()
public Double getUsage()
public Double getLimit()
public com.google.common.base.Objects.ToStringHelper string()
public static Quota.Builder builder()
public Quota.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.