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