public class SearchCustomizationSpecFluent<A extends SearchCustomizationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
SearchCustomizationSpecFluent() |
SearchCustomizationSpecFluent(SearchCustomizationSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(SearchCustomizationSpec instance) |
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 SearchCustomizationSpecFluent()
public SearchCustomizationSpecFluent(SearchCustomizationSpec instance)
protected void copyInstance(SearchCustomizationSpec instance)
public Boolean getPersistence()
public boolean hasPersistence()
public String getStorageClass()
public boolean hasStorageClass()
public String getStorageSize()
public boolean hasStorageSize()
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()
Copyright © 2015–2023 Red Hat. All rights reserved.