ReplaceAllFirewallRulesOperationResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.fluent.models.ReplaceAllFirewallRulesOperationResponseInner

Implements

public final class ReplaceAllFirewallRulesOperationResponseInner
implements JsonSerializable<ReplaceAllFirewallRulesOperationResponseInner>

An existing operation for replacing the firewall rules.

Constructor Summary

Constructor Description
ReplaceAllFirewallRulesOperationResponseInner()

Creates an instance of ReplaceAllFirewallRulesOperationResponseInner class.

Method Summary

Modifier and Type Method and Description
static ReplaceAllFirewallRulesOperationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ReplaceAllFirewallRulesOperationResponseInner from the JsonReader.

String operationId()

Get the operationId property: The operation ID.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ReplaceAllFirewallRulesOperationResponseInner withOperationId(String operationId)

Set the operationId property: The operation ID.

Methods inherited from java.lang.Object

Constructor Details

ReplaceAllFirewallRulesOperationResponseInner

public ReplaceAllFirewallRulesOperationResponseInner()

Creates an instance of ReplaceAllFirewallRulesOperationResponseInner class.

Method Details

fromJson

public static ReplaceAllFirewallRulesOperationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ReplaceAllFirewallRulesOperationResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ReplaceAllFirewallRulesOperationResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ReplaceAllFirewallRulesOperationResponseInner.

operationId

public String operationId()

Get the operationId property: The operation ID.

Returns:

the operationId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withOperationId

public ReplaceAllFirewallRulesOperationResponseInner withOperationId(String operationId)

Set the operationId property: The operation ID.

Parameters:

operationId - the operationId value to set.

Returns:

the ReplaceAllFirewallRulesOperationResponseInner object itself.

Applies to