public class V1OverheadFluentImpl<A extends V1OverheadFluent<A>> extends BaseFluent<A> implements V1OverheadFluent<A>
_visitables| Constructor and Description |
|---|
V1OverheadFluentImpl() |
V1OverheadFluentImpl(V1Overhead instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToPodFixed(Map<String,Quantity> map) |
A |
addToPodFixed(String key,
Quantity value) |
boolean |
equals(Object o) |
Map<String,Quantity> |
getPodFixed() |
int |
hashCode() |
Boolean |
hasPodFixed() |
A |
removeFromPodFixed(Map<String,Quantity> map) |
A |
removeFromPodFixed(String key) |
A |
withPodFixed(Map<String,Quantity> podFixed) |
public V1OverheadFluentImpl()
public V1OverheadFluentImpl(V1Overhead instance)
public A addToPodFixed(String key, Quantity value)
addToPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public A addToPodFixed(Map<String,Quantity> map)
addToPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public A removeFromPodFixed(String key)
removeFromPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public A removeFromPodFixed(Map<String,Quantity> map)
removeFromPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public Map<String,Quantity> getPodFixed()
getPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public A withPodFixed(Map<String,Quantity> podFixed)
withPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>public Boolean hasPodFixed()
hasPodFixed in interface V1OverheadFluent<A extends V1OverheadFluent<A>>Copyright © 2021. All rights reserved.