Package io.strimzi.api.kafka.model
Class Rack
- java.lang.Object
-
- io.strimzi.api.kafka.model.Rack
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class Rack extends Object implements UnknownPropertyPreserving, Serializable
Representation of the rack configuration.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetTopologyKey()voidsetAdditionalProperty(String name, Object value)
-
-
-
Constructor Detail
-
Rack
public Rack()
-
Rack
public Rack(String topologyKey)
-
-
Method Detail
-
getTopologyKey
public String getTopologyKey()
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
public void setAdditionalProperty(String name, Object value)
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-
-