public class BandwidthSpecFluent<A extends BandwidthSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
BandwidthSpecFluent() |
BandwidthSpecFluent(BandwidthSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(BandwidthSpec instance) |
boolean |
equals(Object o) |
Integer |
getBuffer() |
Integer |
getLimit() |
Long |
getMinburst() |
Long |
getPeakrate() |
String |
getRate() |
boolean |
hasBuffer() |
int |
hashCode() |
boolean |
hasLimit() |
boolean |
hasMinburst() |
boolean |
hasPeakrate() |
boolean |
hasRate() |
String |
toString() |
A |
withBuffer(Integer buffer) |
A |
withLimit(Integer limit) |
A |
withMinburst(Long minburst) |
A |
withPeakrate(Long peakrate) |
A |
withRate(String rate) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic BandwidthSpecFluent()
public BandwidthSpecFluent(BandwidthSpec instance)
protected void copyInstance(BandwidthSpec instance)
public Integer getBuffer()
public boolean hasBuffer()
public Integer getLimit()
public boolean hasLimit()
public Long getMinburst()
public boolean hasMinburst()
public Long getPeakrate()
public boolean hasPeakrate()
public String getRate()
public boolean hasRate()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BandwidthSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BandwidthSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.