public final class AutoPauseDelayTimeRange extends Object
| Type | Property and Description |
|---|---|
Integer |
default
Get the defaultProperty property: Default value is no value is provided.
|
| Constructor and Description |
|---|
AutoPauseDelayTimeRange() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
defaultProperty()
Get the defaultProperty property: Default value is no value is provided.
|
Integer |
doNotPauseValue()
Get the doNotPauseValue property: Value that is used to not pause (infinite delay before pause).
|
Integer |
maxValue()
Get the maxValue property: Maximum value.
|
Integer |
minValue()
Get the minValue property: Minimum value.
|
Integer |
stepSize()
Get the stepSize property: Step value for discrete values between the minimum value and the maximum value.
|
PauseDelayTimeUnit |
unit()
Get the unit property: Unit of time that delay is expressed in.
|
void |
validate()
Validates the instance.
|
public Integer defaultProperty
public Integer minValue()
public Integer maxValue()
public Integer stepSize()
public Integer defaultProperty()
public PauseDelayTimeUnit unit()
public Integer doNotPauseValue()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.