public class QueryVariableProperties extends VariableProperties
Modifier and Type | Class and Description |
---|---|
static class |
QueryVariableProperties.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VALUES |
Constructor and Description |
---|
QueryVariableProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
QueryVariableProperties.TypeEnum |
getType()
Get type
|
QueryVariablePropertiesValues |
getValues()
Get values
|
int |
hashCode() |
void |
setValues(QueryVariablePropertiesValues values) |
String |
toString() |
QueryVariableProperties |
values(QueryVariablePropertiesValues values) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_VALUES
public QueryVariableProperties.TypeEnum getType()
public QueryVariableProperties values(QueryVariablePropertiesValues values)
public QueryVariablePropertiesValues getValues()
public void setValues(QueryVariablePropertiesValues values)
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–2020 InfluxData, Inc.. All rights reserved.