OperationMetaLogSpecification Class

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

Implements

public final class OperationMetaLogSpecification
implements JsonSerializable<OperationMetaLogSpecification>

The OperationMetaLogSpecification model.

Constructor Summary

Constructor Description
OperationMetaLogSpecification()

Creates an instance of OperationMetaLogSpecification class.

Method Summary

Modifier and Type Method and Description
String blobDuration()

Get the blobDuration property: The blobDuration for OperationMetaLogSpecification.

String displayName()

Get the displayName property: The displayName for OperationMetaLogSpecification.

static OperationMetaLogSpecification fromJson(JsonReader jsonReader)

Reads an instance of OperationMetaLogSpecification from the JsonReader.

String name()

Get the name property: The name for OperationMetaLogSpecification.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

OperationMetaLogSpecification withBlobDuration(String blobDuration)

Set the blobDuration property: The blobDuration for OperationMetaLogSpecification.

OperationMetaLogSpecification withDisplayName(String displayName)

Set the displayName property: The displayName for OperationMetaLogSpecification.

OperationMetaLogSpecification withName(String name)

Set the name property: The name for OperationMetaLogSpecification.

Methods inherited from java.lang.Object

Constructor Details

OperationMetaLogSpecification

public OperationMetaLogSpecification()

Creates an instance of OperationMetaLogSpecification class.

Method Details

blobDuration

public String blobDuration()

Get the blobDuration property: The blobDuration for OperationMetaLogSpecification.

Returns:

the blobDuration value.

displayName

public String displayName()

Get the displayName property: The displayName for OperationMetaLogSpecification.

Returns:

the displayName value.

fromJson

public static OperationMetaLogSpecification fromJson(JsonReader jsonReader)

Reads an instance of OperationMetaLogSpecification from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: The name for OperationMetaLogSpecification.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withBlobDuration

public OperationMetaLogSpecification withBlobDuration(String blobDuration)

Set the blobDuration property: The blobDuration for OperationMetaLogSpecification.

Parameters:

blobDuration - the blobDuration value to set.

Returns:

the OperationMetaLogSpecification object itself.

withDisplayName

public OperationMetaLogSpecification withDisplayName(String displayName)

Set the displayName property: The displayName for OperationMetaLogSpecification.

Parameters:

displayName - the displayName value to set.

Returns:

the OperationMetaLogSpecification object itself.

withName

public OperationMetaLogSpecification withName(String name)

Set the name property: The name for OperationMetaLogSpecification.

Parameters:

name - the name value to set.

Returns:

the OperationMetaLogSpecification object itself.

Applies to