public class ThrottleLimitBaseDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TIME_UNIT |
static String |
SERIALIZED_NAME_UNIT_TIME |
| Constructor and Description |
|---|
ThrottleLimitBaseDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTimeUnit()
Unit of the time.
|
Integer |
getUnitTime()
Time limit that the throttling limit applies.
|
int |
hashCode() |
void |
setTimeUnit(String timeUnit) |
void |
setUnitTime(Integer unitTime) |
ThrottleLimitBaseDTO |
timeUnit(String timeUnit) |
String |
toString() |
ThrottleLimitBaseDTO |
unitTime(Integer unitTime) |
public static final String SERIALIZED_NAME_TIME_UNIT
public static final String SERIALIZED_NAME_UNIT_TIME
public ThrottleLimitBaseDTO timeUnit(String timeUnit)
public String getTimeUnit()
public void setTimeUnit(String timeUnit)
public ThrottleLimitBaseDTO unitTime(Integer unitTime)
public Integer getUnitTime()
public void setUnitTime(Integer unitTime)
Copyright © 2021 WSO2 Inc. All rights reserved.