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.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureFirewallPacketCaptureResponseInner() |
Creates an instance of Azure |
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. |
|
Azure |
withMessage(String message)
Set the message property: Localized Message String of The Result Of The Azure Firewall Packet Capture Operation. |
|
Azure |
withStatusCode(AzureFirewallPacketCaptureResponseCode statusCode)
Set the status |
Methods inherited from java.lang.Object
Constructor Details
AzureFirewallPacketCaptureResponseInner
public AzureFirewallPacketCaptureResponseInner()
Creates an instance of AzureFirewallPacketCaptureResponseInner class.
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.
withMessage
public AzureFirewallPacketCaptureResponseInner withMessage(String message)
Set the message property: Localized Message String of The Result Of The Azure Firewall Packet Capture Operation.
Parameters:
Returns:
withStatusCode
public AzureFirewallPacketCaptureResponseInner withStatusCode(AzureFirewallPacketCaptureResponseCode statusCode)
Set the statusCode property: The response code of the performed packet capture operation.
Parameters:
Returns: