public static class ConfigEntry.ConfigSynonym
extends java.lang.Object
ConfigEntry
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
name()
Returns the name of this configuration.
|
ConfigEntry.ConfigSource |
source()
Returns the source of this configuration.
|
java.lang.String |
toString() |
java.lang.String |
value()
Returns the value of this configuration, which may be null if the configuration is sensitive.
|
public java.lang.String name()
public java.lang.String value()
public ConfigEntry.ConfigSource source()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object