OperationResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.quota.fluent.models.OperationResponseInner

Implements

public final class OperationResponseInner
implements JsonSerializable<OperationResponseInner>

The OperationResponse model.

Method Summary

Modifier and Type Method and Description
OperationDisplay display()

Get the display property: The display property.

static OperationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of OperationResponseInner from the JsonReader.

String name()

Get the name property: The name property.

String origin()

Get the origin property: The origin property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

display

public OperationDisplay display()

Get the display property: The display property.

Returns:

the display value.

fromJson

public static OperationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of OperationResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: The name property.

Returns:

the name value.

origin

public String origin()

Get the origin property: The origin property.

Returns:

the origin value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to