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
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Feature
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def activeExperiments: List[Experiment]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def createdAt: Instant
  8. val createdDate: Option[Instant]
  9. val defaults: List[Variable]
  10. val description: Option[FeatureDescription]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val experiments: List[Experiment]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. val id: FeatureId
  15. def inEnvironment(env: EnvironmentId): Feature
  16. def isActive: Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val name: FeatureName
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. val rollouts: List[Rollout]
  24. val samplingAttr: Option[AttributeId]
  25. val samplingSettings: Option[SamplingSettings]
  26. val scope: Option[ScopeId]
  27. val sid: Sid
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val tags: Option[Set[Tag]]
  30. def updatedAt: Instant
  31. val updatedDate: Option[Instant]
  32. val version: Version
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. def withNextVersion: Feature

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped