AzureFirewallPacketCaptureResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. AzureFirewallPacketCaptureResponseInner
- com.
Implements
public final class AzureFirewallPacketCaptureResponseInner
implements JsonSerializable<AzureFirewallPacketCaptureResponseInner>
Response of an Azure Firewall Packet Capture Operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| String |
message()
Get the message property: Localized Message String of The Result Of The Azure Firewall Packet Capture Operation. |
|
Azure |
statusCode()
Get the status |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AzureFirewallPacketCaptureResponseInner fromJson(JsonReader jsonReader)
Reads an instance of AzureFirewallPacketCaptureResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Localized Message String of The Result Of The Azure Firewall Packet Capture Operation.
Returns:
statusCode
public AzureFirewallPacketCaptureResponseCode statusCode()
Get the statusCode property: The response code of the performed packet capture operation.
Returns:
toJson
validate
public void validate()
Validates the instance.