QuoteConstraint

A physical constraint for a quote.

Types

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

Properties

Link copied to clipboard

The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.

Link copied to clipboard

The value of the constraint.

Functions

Link copied to clipboard
inline fun copy(block: QuoteConstraint.Builder.() -> Unit = {}): QuoteConstraint
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