public class ThrottlingDataFluentImpl<A extends ThrottlingDataFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ThrottlingDataFluent<A>
| Constructor and Description |
|---|
ThrottlingDataFluentImpl() |
ThrottlingDataFluentImpl(ThrottlingData instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getPeriods() |
Long |
getThrottledPeriods() |
Long |
getThrottledTime() |
Boolean |
hasPeriods() |
Boolean |
hasThrottledPeriods() |
Boolean |
hasThrottledTime() |
A |
withPeriods(Long periods) |
A |
withThrottledPeriods(Long throttledPeriods) |
A |
withThrottledTime(Long throttledTime) |
public ThrottlingDataFluentImpl()
public ThrottlingDataFluentImpl(ThrottlingData instance)
public Long getPeriods()
getPeriods in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>public A withPeriods(Long periods)
withPeriods in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>public Boolean hasPeriods()
hasPeriods in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>public Long getThrottledPeriods()
getThrottledPeriods in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>public A withThrottledPeriods(Long throttledPeriods)
withThrottledPeriods in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>public Boolean hasThrottledPeriods()
hasThrottledPeriods in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>public Long getThrottledTime()
getThrottledTime in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>public A withThrottledTime(Long throttledTime)
withThrottledTime in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>public Boolean hasThrottledTime()
hasThrottledTime in interface ThrottlingDataFluent<A extends ThrottlingDataFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.