Package org.apache.kafka.common.config
Class ConfigValue
java.lang.Object
org.apache.kafka.common.config.ConfigValue
public class ConfigValue extends Object
-
Constructor Summary
Constructors Constructor Description ConfigValue(String name)
ConfigValue(String name, Object value, List<Object> recommendedValues, List<String> errorMessages)
-
Method Summary
Modifier and Type Method Description void
addErrorMessage(String errorMessage)
boolean
equals(Object o)
List<String>
errorMessages()
int
hashCode()
String
name()
List<Object>
recommendedValues()
void
recommendedValues(List<Object> recommendedValues)
String
toString()
Object
value()
void
value(Object value)
boolean
visible()
void
visible(boolean visible)
-
Constructor Details
-
ConfigValue
-
ConfigValue
-
-
Method Details
-
name
-
value
-
recommendedValues
-
errorMessages
-
visible
public boolean visible() -
value
-
recommendedValues
-
addErrorMessage
-
visible
public void visible(boolean visible) -
equals
-
hashCode
public int hashCode() -
toString
-