public class ConstantVariableProperties extends VariableProperties
Modifier and Type | Class and Description |
---|---|
static class |
ConstantVariableProperties.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUES |
Constructor and Description |
---|
ConstantVariableProperties() |
Modifier and Type | Method and Description |
---|---|
ConstantVariableProperties |
addValuesItem(String valuesItem) |
boolean |
equals(Object o) |
ConstantVariableProperties.TypeEnum |
getType()
Get type
|
List<String> |
getValues()
Get values
|
int |
hashCode() |
void |
setValues(List<String> values) |
String |
toString() |
ConstantVariableProperties |
values(List<String> values) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUES
public ConstantVariableProperties.TypeEnum getType()
public ConstantVariableProperties values(List<String> values)
public ConstantVariableProperties addValuesItem(String valuesItem)
public boolean equals(Object o)
equals
in class VariableProperties
public int hashCode()
hashCode
in class VariableProperties
public String toString()
toString
in class VariableProperties
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.