Class RemoteStorageManagerFluent<A extends RemoteStorageManagerFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.kafka.tieredstorage.RemoteStorageManagerFluent<A>
- Direct Known Subclasses:
RemoteStorageManagerBuilder,TieredStorageCustomFluent.RemoteStorageManagerNested
public class RemoteStorageManagerFluent<A extends RemoteStorageManagerFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
Field Summary
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionaddToConfig(String key, String value) addToConfig(Map<String, String> map) booleanbooleanbooleanbooleaninthashCode()removeFromConfig(String key) removeFromConfig(Map<String, String> map) toString()withClassName(String className) withClassPath(String classPath) <K,V> A withConfig(Map<String, String> config) Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
RemoteStorageManagerFluent
public RemoteStorageManagerFluent() -
RemoteStorageManagerFluent
-
-
Method Details
-
getClassName
-
withClassName
-
hasClassName
public boolean hasClassName() -
getClassPath
-
withClassPath
-
hasClassPath
public boolean hasClassPath() -
addToConfig
-
addToConfig
-
removeFromConfig
-
removeFromConfig
-
getConfig
-
withConfig
-
hasConfig
public boolean hasConfig() -
equals
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RemoteStorageManagerFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RemoteStorageManagerFluent<A>>
-
toString
-