Package com.influxdb.client.domain
Class RenamableField
java.lang.Object
com.influxdb.client.domain.RenamableField
Describes a field that can be renamed and made visible or invisible.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisplayName
(String displayName) boolean
The name that a field is renamed to by the user.The calculated name of a field.Indicates whether this field should be visible on the table.int
hashCode()
void
setDisplayName
(String displayName) void
setVisible
(Boolean visible) toString()
-
Field Details
-
SERIALIZED_NAME_INTERNAL_NAME
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_VISIBLE
- See Also:
-
-
Constructor Details
-
RenamableField
public RenamableField()
-
-
Method Details
-
getInternalName
The calculated name of a field.- Returns:
- internalName
-
displayName
-
getDisplayName
The name that a field is renamed to by the user.- Returns:
- displayName
-
setDisplayName
-
visible
-
getVisible
Indicates whether this field should be visible on the table.- Returns:
- visible
-
setVisible
-
equals
-
hashCode
public int hashCode() -
toString
-