public class SearchCustomizationSpecFluentImpl<A extends SearchCustomizationSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SearchCustomizationSpecFluent<A>
| Constructor and Description |
|---|
SearchCustomizationSpecFluentImpl() |
SearchCustomizationSpecFluentImpl(SearchCustomizationSpec 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() |
String |
toString() |
A |
withPersistence() |
A |
withPersistence(Boolean persistence) |
A |
withStorageClass(String storageClass) |
A |
withStorageSize(String storageSize) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SearchCustomizationSpecFluentImpl()
public SearchCustomizationSpecFluentImpl(SearchCustomizationSpec instance)
public Boolean getPersistence()
getPersistence in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public A withPersistence(Boolean persistence)
withPersistence in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public Boolean hasPersistence()
hasPersistence in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public String getStorageClass()
getStorageClass in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public A withStorageClass(String storageClass)
withStorageClass in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public Boolean hasStorageClass()
hasStorageClass in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public String getStorageSize()
getStorageSize in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public A withStorageSize(String storageSize)
withStorageSize in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public Boolean hasStorageSize()
hasStorageSize in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SearchCustomizationSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SearchCustomizationSpecFluent<A>>public A withPersistence()
withPersistence in interface SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.