@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-11-01T13:06:20.200+05:30") public class ThrottleLimit extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottleLimit.TypeEnum
Type of the throttling limit.
|
| Constructor and Description |
|---|
ThrottleLimit() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTimeUnit()
Unit of the time.
|
ThrottleLimit.TypeEnum |
getType()
Type of the throttling limit.
|
Integer |
getUnitTime()
Time limit that the throttling limit applies.
|
int |
hashCode() |
void |
setTimeUnit(String timeUnit) |
void |
setType(ThrottleLimit.TypeEnum type) |
void |
setUnitTime(Integer unitTime) |
ThrottleLimit |
timeUnit(String timeUnit) |
String |
toString() |
ThrottleLimit |
type(ThrottleLimit.TypeEnum type) |
ThrottleLimit |
unitTime(Integer unitTime) |
public ThrottleLimit type(ThrottleLimit.TypeEnum type)
public ThrottleLimit.TypeEnum getType()
public void setType(ThrottleLimit.TypeEnum type)
public ThrottleLimit timeUnit(String timeUnit)
public String getTimeUnit()
public void setTimeUnit(String timeUnit)
public ThrottleLimit unitTime(Integer unitTime)
public Integer getUnitTime()
public void setUnitTime(Integer unitTime)
Copyright © 2018 WSO2 Inc. All rights reserved.