case class Feature(id: FeatureId, name: FeatureName, description: Option[FeatureDescription], samplingAttr: Option[AttributeId], samplingSettings: Option[SamplingSettings], defaults: List[Variable], rollouts: List[Rollout], experiments: List[Experiment], scope: Option[ScopeId], tags: Option[Set[Tag]], createdDate: Option[Instant], updatedDate: Option[Instant], version: Version = Version.Initial, sid: Sid = Feature.Sid(-1)) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Feature
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Feature(id: FeatureId, name: FeatureName, description: Option[FeatureDescription], samplingAttr: Option[AttributeId], samplingSettings: Option[SamplingSettings], defaults: List[Variable], rollouts: List[Rollout], experiments: List[Experiment], scope: Option[ScopeId], tags: Option[Set[Tag]], createdDate: Option[Instant], updatedDate: Option[Instant], version: Version = Version.Initial, sid: Sid = Feature.Sid(-1))
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
- def activeExperiments: List[Experiment]
- 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()
- def createdAt: Instant
- val createdDate: Option[Instant]
- val defaults: List[Variable]
- val description: Option[FeatureDescription]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val experiments: List[Experiment]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val id: FeatureId
- def inEnvironment(env: EnvironmentId): Feature
- def isActive: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: FeatureName
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rollouts: List[Rollout]
- val samplingAttr: Option[AttributeId]
- val samplingSettings: Option[SamplingSettings]
- val scope: Option[ScopeId]
- val sid: Sid
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: Option[Set[Tag]]
- def updatedAt: Instant
- val updatedDate: Option[Instant]
- val version: Version
- 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])
- def withNextVersion: Feature
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)