ServiceGatewayActionOkResponseBodyInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ServiceGatewayActionOkResponseBodyInner

Implements

public final class ServiceGatewayActionOkResponseBodyInner
implements JsonSerializable<ServiceGatewayActionOkResponseBodyInner>

Empty success response.

Method Summary

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

Reads an instance of ServiceGatewayActionOkResponseBodyInner from the JsonReader.

String status()

Get the status property: The status of the operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ServiceGatewayActionOkResponseBodyInner fromJson(JsonReader jsonReader)

Reads an instance of ServiceGatewayActionOkResponseBodyInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ServiceGatewayActionOkResponseBodyInner 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 ServiceGatewayActionOkResponseBodyInner.

status

public String status()

Get the status property: The status of the operation.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to