public static class Bucket4JBootProperties.RateLimit extends Object
| Constructor and Description |
|---|
RateLimit() |
| Modifier and Type | Method and Description |
|---|---|
List<BandWidthConfig> |
getBandwidths() |
String |
getExecuteCondition() |
String |
getExpression()
SPEL expression to dynamic evaluate filter key
|
FilterKeyType |
getFilterKeyType() |
String |
getSkipCondition() |
void |
setBandwidths(List<BandWidthConfig> bandwidths) |
void |
setExecuteCondition(String executeCondition) |
void |
setExpression(String expression) |
void |
setFilterKeyType(FilterKeyType filterKeyType) |
void |
setSkipCondition(String skipCondition) |
public String getExpression()
public void setExpression(String expression)
public String getSkipCondition()
public void setSkipCondition(String skipCondition)
public List<BandWidthConfig> getBandwidths()
public void setBandwidths(List<BandWidthConfig> bandwidths)
public FilterKeyType getFilterKeyType()
public void setFilterKeyType(FilterKeyType filterKeyType)
public String getExecuteCondition()
public void setExecuteCondition(String executeCondition)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.