public class RenamableField extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_INTERNAL_NAME |
static String |
SERIALIZED_NAME_VISIBLE |
| Constructor and Description |
|---|
RenamableField() |
| Modifier and Type | Method and Description |
|---|---|
RenamableField |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDisplayName()
The name that a field is renamed to by the user.
|
String |
getInternalName()
The calculated name of a field.
|
Boolean |
getVisible()
Indicates whether this field should be visible on the table.
|
int |
hashCode() |
void |
setDisplayName(String displayName) |
void |
setVisible(Boolean visible) |
String |
toString() |
RenamableField |
visible(Boolean visible) |
public static final String SERIALIZED_NAME_INTERNAL_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_VISIBLE
public String getInternalName()
public RenamableField displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public RenamableField visible(Boolean visible)
public Boolean getVisible()
public void setVisible(Boolean visible)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.