| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static State |
State.FAIL |
static State |
State.PASS |
static State |
State.SKIP |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.fromValue(String value) |
State |
OutcomesBatchRequestItem.getState()
The state of the rule evaluation.
|
State |
OutcomesBatchResponseAttributes.getState()
The state of the rule evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
State.StateSerializer.serialize(State value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OutcomesBatchRequestItem.setState(State state) |
void |
OutcomesBatchResponseAttributes.setState(State state) |
OutcomesBatchRequestItem |
OutcomesBatchRequestItem.state(State state) |
OutcomesBatchResponseAttributes |
OutcomesBatchResponseAttributes.state(State state) |
| Constructor and Description |
|---|
OutcomesBatchRequestItem(String ruleId,
String serviceName,
State state) |
| Constructor and Description |
|---|
StateSerializer(Class<State> t) |
Copyright © 2024. All rights reserved.