OperationMetaPropertyInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.datalakeanalytics.models.OperationMetaPropertyInfo

Implements

public final class OperationMetaPropertyInfo
implements JsonSerializable<OperationMetaPropertyInfo>

The OperationMetaPropertyInfo model.

Constructor Summary

Constructor Description
OperationMetaPropertyInfo()

Creates an instance of OperationMetaPropertyInfo class.

Method Summary

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

Reads an instance of OperationMetaPropertyInfo from the JsonReader.

OperationMetaServiceSpecification serviceSpecification()

Get the serviceSpecification property: The operations OperationMetaServiceSpecification.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

OperationMetaPropertyInfo withServiceSpecification(OperationMetaServiceSpecification serviceSpecification)

Set the serviceSpecification property: The operations OperationMetaServiceSpecification.

Methods inherited from java.lang.Object

Constructor Details

OperationMetaPropertyInfo

public OperationMetaPropertyInfo()

Creates an instance of OperationMetaPropertyInfo class.

Method Details

fromJson

public static OperationMetaPropertyInfo fromJson(JsonReader jsonReader)

Reads an instance of OperationMetaPropertyInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

serviceSpecification

public OperationMetaServiceSpecification serviceSpecification()

Get the serviceSpecification property: The operations OperationMetaServiceSpecification.

Returns:

the serviceSpecification value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withServiceSpecification

public OperationMetaPropertyInfo withServiceSpecification(OperationMetaServiceSpecification serviceSpecification)

Set the serviceSpecification property: The operations OperationMetaServiceSpecification.

Parameters:

serviceSpecification - the serviceSpecification value to set.

Returns:

the OperationMetaPropertyInfo object itself.

Applies to