OperationMetaLogSpecification Class
- java.
lang. Object - com.
azure. resourcemanager. datalakeanalytics. models. OperationMetaLogSpecification
- com.
Implements
public final class OperationMetaLogSpecification
implements JsonSerializable<OperationMetaLogSpecification>
The OperationMetaLogSpecification model.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationMetaLogSpecification() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
blobDuration()
Get the blob |
| String |
displayName()
Get the display |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
name()
Get the name property: The name for Operation |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Operation |
withBlobDuration(String blobDuration)
Set the blob |
|
Operation |
withDisplayName(String displayName)
Set the display |
|
Operation |
withName(String name)
Set the name property: The name for Operation |
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:
displayName
public String displayName()
Get the displayName property: The displayName for OperationMetaLogSpecification.
Returns:
fromJson
public static OperationMetaLogSpecification fromJson(JsonReader jsonReader)
Reads an instance of OperationMetaLogSpecification from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name for OperationMetaLogSpecification.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBlobDuration
public OperationMetaLogSpecification withBlobDuration(String blobDuration)
Set the blobDuration property: The blobDuration for OperationMetaLogSpecification.
Parameters:
Returns:
withDisplayName
public OperationMetaLogSpecification withDisplayName(String displayName)
Set the displayName property: The displayName for OperationMetaLogSpecification.
Parameters:
Returns:
withName
public OperationMetaLogSpecification withName(String name)
Set the name property: The name for OperationMetaLogSpecification.
Parameters:
Returns: