Duration

class Duration

Specifies maintenance schedule duration: duration value and duration unit. See the Developer Guide for more information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the unit of a maintenance schedule duration. Valid value is HOURS. See the Developer Guide for more information.

Link copied to clipboard
val value: Long?

Integer to specify the value of a maintenance schedule duration. See the Developer Guide for more information.

Functions

Link copied to clipboard
inline fun copy(block: Duration.Builder.() -> Unit = {}): Duration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String