public class ThrottleLimitDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThrottleLimitDTO.TypeEnum
Type of the throttling limit.
|
| Constructor and Description |
|---|
ThrottleLimitDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTimeUnit()
Unit of the time.
|
ThrottleLimitDTO.TypeEnum |
getType()
Type of the throttling limit.
|
Integer |
getUnitTime()
Time limit that the throttling limit applies.
|
int |
hashCode() |
void |
setTimeUnit(String timeUnit) |
void |
setType(ThrottleLimitDTO.TypeEnum type) |
void |
setUnitTime(Integer unitTime) |
ThrottleLimitDTO |
timeUnit(String timeUnit) |
String |
toString() |
ThrottleLimitDTO |
type(ThrottleLimitDTO.TypeEnum type) |
ThrottleLimitDTO |
unitTime(Integer unitTime) |
public ThrottleLimitDTO type(ThrottleLimitDTO.TypeEnum type)
public ThrottleLimitDTO.TypeEnum getType()
public void setType(ThrottleLimitDTO.TypeEnum type)
public ThrottleLimitDTO timeUnit(String timeUnit)
public String getTimeUnit()
public void setTimeUnit(String timeUnit)
public ThrottleLimitDTO unitTime(Integer unitTime)
public Integer getUnitTime()
public void setUnitTime(Integer unitTime)
Copyright © 2020 WSO2 Inc. All rights reserved.