AlertSimulatorRequestBody Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. AlertSimulatorRequestBody
- com.
Implements
public final class AlertSimulatorRequestBody
implements JsonSerializable<AlertSimulatorRequestBody>
Alert Simulator request body.
Constructor Summary
| Constructor | Description |
|---|---|
| AlertSimulatorRequestBody() |
Creates an instance of Alert |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Alert |
fromJson(JsonReader jsonReader)
Reads an instance of Alert |
|
Alert |
properties()
Get the properties property: Alert Simulator request body data. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Alert |
withProperties(AlertSimulatorRequestProperties properties)
Set the properties property: Alert Simulator request body data. |
Methods inherited from java.lang.Object
Constructor Details
AlertSimulatorRequestBody
public AlertSimulatorRequestBody()
Creates an instance of AlertSimulatorRequestBody class.
Method Details
fromJson
public static AlertSimulatorRequestBody fromJson(JsonReader jsonReader)
Reads an instance of AlertSimulatorRequestBody from the JsonReader.
Parameters:
Returns:
Throws:
properties
public AlertSimulatorRequestProperties properties()
Get the properties property: Alert Simulator request body data.
Returns:
toJson
validate
public void validate()
Validates the instance.
withProperties
public AlertSimulatorRequestBody withProperties(AlertSimulatorRequestProperties properties)
Set the properties property: Alert Simulator request body data.
Parameters:
Returns: