@Generated(value="org.jsonschema2pojo") public class ThrottlingData extends Object implements Serializable
| Constructor and Description |
|---|
ThrottlingData()
No args constructor for use in serialization
|
ThrottlingData(Long periods,
Long throttledPeriods,
Long throttledTime) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Long |
getPeriods() |
Long |
getThrottledPeriods() |
Long |
getThrottledTime() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPeriods(Long periods) |
void |
setThrottledPeriods(Long throttledPeriods) |
void |
setThrottledTime(Long throttledTime) |
public ThrottlingData()
public Long getPeriods()
public void setPeriods(Long periods)
periods - The periodspublic Long getThrottledPeriods()
public void setThrottledPeriods(Long throttledPeriods)
throttledPeriods - The throttled_periodspublic Long getThrottledTime()
public void setThrottledTime(Long throttledTime)
throttledTime - The throttled_timeCopyright © 2015–2016 Red Hat. All rights reserved.