class Lot extends AnyRef
Java-friendly wrapper for io.bidmachine.rollouts.sdk.models.Lot.
Delegates newtype-aware lookups to io.bidmachine.rollouts.sdk.JavaBridge (Scala),
so no unchecked casts are needed on the Java side.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Lot
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getBoolean(featureId: String, variableId: String, fallback: Boolean): Boolean
- def getBooleanList(featureId: String, variableId: String, fallback: List[Boolean]): List[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDouble(featureId: String, variableId: String, fallback: Double): Double
- def getDoubleList(featureId: String, variableId: String, fallback: List[Double]): List[Double]
- def getFeatureState(featureId: String): FeatureState
- def getLong(featureId: String, variableId: String, fallback: Long): Long
- def getLongList(featureId: String, variableId: String, fallback: List[Long]): List[Long]
- def getString(featureId: String, variableId: String, fallback: String): String
- def getStringList(featureId: String, variableId: String, fallback: List[String]): List[String]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOff(featureId: String): Boolean
- def isOn(featureId: String): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def underlying(): models.Lot
Access the underlying Scala Lot if needed for advanced usage.
- def variantComboIds(): Array[Int]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)