public class APIQuota extends Object
| Constructor and Description |
|---|
APIQuota() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getDescription() |
String |
getId() |
String |
getName() |
List<QuotaRestriction> |
getRestrictions() |
String |
getSystem() |
String |
getType() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setRestrictions(List<QuotaRestriction> restrictions) |
void |
setSystem(String system) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public List<QuotaRestriction> getRestrictions()
public void setRestrictions(List<QuotaRestriction> restrictions)
public String getId()
public void setId(String id)
public String getSystem()
public void setSystem(String system)
Copyright © 2020. All rights reserved.