| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static TagRule.OperatorEnum |
TagRule.OperatorEnum.fromValue(String text) |
TagRule.OperatorEnum |
TagRule.getOperator()
Get operator
|
TagRule.OperatorEnum |
TagRule.OperatorEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static TagRule.OperatorEnum |
TagRule.OperatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagRule.OperatorEnum[] |
TagRule.OperatorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TagRule |
TagRule.operator(TagRule.OperatorEnum operator) |
void |
TagRule.setOperator(TagRule.OperatorEnum operator) |
void |
TagRule.OperatorEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
TagRule.OperatorEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.