StateDetails Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. StateDetails
- com.
Implements
public final class StateDetails
implements JsonSerializable<StateDetails>
State details of the trigger.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
State |
fromJson(JsonReader jsonReader)
Reads an instance of State |
| String |
getMessage()
Get the message property: The error message if the trigger is in disabled state. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static StateDetails fromJson(JsonReader jsonReader)
Reads an instance of StateDetails from the JsonReader.
Parameters:
Returns:
Throws:
getMessage
public String getMessage()
Get the message property: The error message if the trigger is in disabled state.
Returns: