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