public class SearchCustomizationStatusFluentImpl<A extends SearchCustomizationStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SearchCustomizationStatusFluent<A>
| Constructor and Description |
|---|
SearchCustomizationStatusFluentImpl() |
SearchCustomizationStatusFluentImpl(SearchCustomizationStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getPersistence() |
String |
getStorageClass() |
String |
getStorageSize() |
int |
hashCode() |
Boolean |
hasPersistence() |
Boolean |
hasStorageClass() |
Boolean |
hasStorageSize() |
A |
withNewStorageClass(String arg0)
Deprecated.
|
A |
withNewStorageSize(String arg0)
Deprecated.
|
A |
withPersistence(Boolean persistence) |
A |
withStorageClass(String storageClass) |
A |
withStorageSize(String storageSize) |
public SearchCustomizationStatusFluentImpl()
public SearchCustomizationStatusFluentImpl(SearchCustomizationStatus instance)
public Boolean getPersistence()
getPersistence in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>public A withPersistence(Boolean persistence)
withPersistence in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>public Boolean hasPersistence()
hasPersistence in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>public String getStorageClass()
getStorageClass in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>public A withStorageClass(String storageClass)
withStorageClass in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>public Boolean hasStorageClass()
hasStorageClass in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>@Deprecated public A withNewStorageClass(String arg0)
withNewStorageClass in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>public String getStorageSize()
getStorageSize in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>public A withStorageSize(String storageSize)
withStorageSize in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>public Boolean hasStorageSize()
hasStorageSize in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>@Deprecated public A withNewStorageSize(String arg0)
withNewStorageSize in interface SearchCustomizationStatusFluent<A extends SearchCustomizationStatusFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.