public class QuotaRestriction extends Object
| Constructor and Description |
|---|
QuotaRestriction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getApi() |
Map<String,String> |
getConfig() |
String |
getMethod() |
QuotaRestrictiontype |
getType() |
boolean |
isSameRestriction(QuotaRestriction otherRestriction) |
void |
setApi(String api) |
void |
setConfig(Map<String,String> config) |
void |
setMethod(String method) |
void |
setType(QuotaRestrictiontype type) |
String |
toString() |
public String getApi()
public void setApi(String api)
public String getMethod()
public void setMethod(String method)
public QuotaRestrictiontype getType()
public void setType(QuotaRestrictiontype type)
public boolean isSameRestriction(QuotaRestriction otherRestriction)
Copyright © 2020. All rights reserved.