public class CaptureDescription extends Object
| Constructor and Description |
|---|
CaptureDescription() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
destination()
Get the destination value.
|
Boolean |
enabled()
Get the enabled value.
|
EncodingCaptureDescription |
encoding()
Get the encoding value.
|
Integer |
intervalInSeconds()
Get the intervalInSeconds value.
|
Integer |
sizeLimitInBytes()
Get the sizeLimitInBytes value.
|
CaptureDescription |
withDestination(Destination destination)
Set the destination value.
|
CaptureDescription |
withEnabled(Boolean enabled)
Set the enabled value.
|
CaptureDescription |
withEncoding(EncodingCaptureDescription encoding)
Set the encoding value.
|
CaptureDescription |
withIntervalInSeconds(Integer intervalInSeconds)
Set the intervalInSeconds value.
|
CaptureDescription |
withSizeLimitInBytes(Integer sizeLimitInBytes)
Set the sizeLimitInBytes value.
|
public Boolean enabled()
public CaptureDescription withEnabled(Boolean enabled)
enabled - the enabled value to setpublic EncodingCaptureDescription encoding()
public CaptureDescription withEncoding(EncodingCaptureDescription encoding)
encoding - the encoding value to setpublic Integer intervalInSeconds()
public CaptureDescription withIntervalInSeconds(Integer intervalInSeconds)
intervalInSeconds - the intervalInSeconds value to setpublic Integer sizeLimitInBytes()
public CaptureDescription withSizeLimitInBytes(Integer sizeLimitInBytes)
sizeLimitInBytes - the sizeLimitInBytes value to setpublic Destination destination()
public CaptureDescription withDestination(Destination destination)
destination - the destination 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.
*/