public class EphemeralStorageFluentImpl<A extends EphemeralStorageFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EphemeralStorageFluent<A>
| Constructor and Description |
|---|
EphemeralStorageFluentImpl() |
EphemeralStorageFluentImpl(EphemeralStorage instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getId() |
String |
getSizeLimit() |
Boolean |
hasId() |
Boolean |
hasSizeLimit() |
A |
withId(Integer id) |
A |
withNewSizeLimit(String arg1) |
A |
withNewSizeLimit(StringBuffer arg1) |
A |
withNewSizeLimit(StringBuilder arg1) |
A |
withSizeLimit(String sizeLimit) |
public EphemeralStorageFluentImpl()
public EphemeralStorageFluentImpl(EphemeralStorage instance)
public Integer getId()
getId in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>public A withId(Integer id)
withId in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>public Boolean hasId()
hasId in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>public String getSizeLimit()
getSizeLimit in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>public A withSizeLimit(String sizeLimit)
withSizeLimit in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>public Boolean hasSizeLimit()
hasSizeLimit in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>public A withNewSizeLimit(String arg1)
withNewSizeLimit in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>public A withNewSizeLimit(StringBuilder arg1)
withNewSizeLimit in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>public A withNewSizeLimit(StringBuffer arg1)
withNewSizeLimit in interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>Copyright © 2020. All rights reserved.