public class TagRule extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TagRule.OperatorEnum
Gets or Sets operator
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_OPERATOR |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
TagRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey()
Get key
|
TagRule.OperatorEnum |
getOperator()
Get operator
|
String |
getValue()
Get value
|
int |
hashCode() |
TagRule |
key(String key) |
TagRule |
operator(TagRule.OperatorEnum operator) |
void |
setKey(String key) |
void |
setOperator(TagRule.OperatorEnum operator) |
void |
setValue(String value) |
String |
toString() |
TagRule |
value(String value) |
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_OPERATOR
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public TagRule operator(TagRule.OperatorEnum operator)
public TagRule.OperatorEnum getOperator()
public void setOperator(TagRule.OperatorEnum operator)
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.