public class LogSpecification extends Object
| Constructor and Description |
|---|
LogSpecification() |
| Modifier and Type | Method and Description |
|---|---|
String |
blobDuration()
Get duration of the blob.
|
String |
displayName()
Get the display name of the specification.
|
String |
name()
Get the name of the specification.
|
LogSpecification |
withBlobDuration(String blobDuration)
Set duration of the blob.
|
LogSpecification |
withDisplayName(String displayName)
Set the display name of the specification.
|
LogSpecification |
withName(String name)
Set the name of the specification.
|
public String name()
public LogSpecification withName(String name)
name - the name value to setpublic String displayName()
public LogSpecification withDisplayName(String displayName)
displayName - the displayName value to setpublic String blobDuration()
public LogSpecification withBlobDuration(String blobDuration)
blobDuration - the blobDuration value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/