Trait/Object

io.fsq.exceptionator.model.gen

HistoryRecord

Related Docs: object HistoryRecord | package gen

Permalink

trait HistoryRecord extends Record[HistoryRecord] with HasPrimaryKey[DateTime, HistoryRecord] with Ordered[HistoryRecord] with TBase[HistoryRecord, gen.HistoryRecord._Fields]

Linear Supertypes
TBase[HistoryRecord, HistoryRecord._Fields], Serializable, HasPrimaryKey[DateTime, HistoryRecord], SemitypedHasPrimaryKey[DateTime], Record[HistoryRecord], Ordered[HistoryRecord], Comparable[HistoryRecord], UntypedRecord, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HistoryRecord
  2. TBase
  3. Serializable
  4. HasPrimaryKey
  5. SemitypedHasPrimaryKey
  6. Record
  7. Ordered
  8. Comparable
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def buckets: Seq[String]

    Permalink
  2. abstract def bucketsIsSet: Boolean

    Permalink
  3. abstract def bucketsOption: Option[Seq[String]]

    Permalink
  4. abstract def bucketsOrDefault: Seq[String]

    Permalink
  5. abstract def bucketsOrNull: Seq[String]

    Permalink
  6. abstract def bucketsOrThrow: Seq[String]

    Permalink
  7. abstract def clear(): Unit

    Permalink
    Definition Classes
    TBase
  8. abstract def copy(id: DateTime = idOrNull, window: Integer = windowOrNull, totalSampled: Integer = totalSampledOrNull, sampleRate: Integer = sampleRateOrNull, earliestExpiration: DateTime = earliestExpirationOrNull, buckets: Seq[String] = bucketsOrNull, notices: Seq[NoticeRecord] = noticesOrNull): HistoryRecord

    Permalink
  9. abstract def deepCopy(): HistoryRecord

    Permalink
    Definition Classes
    HistoryRecord → TBase
  10. abstract def deepMergeCopy(that: HistoryRecord): HistoryRecord

    Permalink
  11. abstract def earliestExpirationIsSet: Boolean

    Permalink
  12. abstract def earliestExpirationOption: Option[DateTime]

    Permalink
  13. abstract def earliestExpirationOrNull: DateTime

    Permalink
  14. abstract def earliestExpirationOrThrow: DateTime

    Permalink
  15. abstract def fieldForId(arg0: Int): HistoryRecord._Fields

    Permalink
    Definition Classes
    TBase
  16. abstract def getFieldValue(arg0: HistoryRecord._Fields): AnyRef

    Permalink
    Definition Classes
    TBase
  17. abstract def id: DateTime

    Permalink
  18. abstract def idIsSet: Boolean

    Permalink
  19. abstract def idOption: Option[DateTime]

    Permalink
  20. abstract def idOrNull: DateTime

    Permalink
  21. abstract def idOrThrow: DateTime

    Permalink
  22. abstract def isSet(arg0: HistoryRecord._Fields): Boolean

    Permalink
    Definition Classes
    TBase
  23. abstract def mergeCopy(that: HistoryRecord): HistoryRecord

    Permalink
    Definition Classes
    HistoryRecord → Record
  24. abstract def meta: HistoryRecordMeta

    Permalink
    Definition Classes
    HistoryRecord → Record → UntypedRecord
  25. abstract def notices: Seq[NoticeRecord]

    Permalink
  26. abstract def noticesIsSet: Boolean

    Permalink
  27. abstract def noticesOption: Option[Seq[NoticeRecord]]

    Permalink
  28. abstract def noticesOrDefault: Seq[NoticeRecord]

    Permalink
  29. abstract def noticesOrNull: Seq[NoticeRecord]

    Permalink
  30. abstract def noticesOrThrow: Seq[NoticeRecord]

    Permalink
  31. abstract def read(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    TBase
    Annotations
    @throws( ... )
  32. abstract def sampleRate: Int

    Permalink
  33. abstract def sampleRateIsSet: Boolean

    Permalink
  34. abstract def sampleRateOption: Option[Int]

    Permalink
  35. abstract def sampleRateOrDefault: Int

    Permalink
  36. abstract def sampleRateOrNull: Integer

    Permalink
  37. abstract def sampleRateOrThrow: Int

    Permalink
  38. abstract def setFieldValue(arg0: HistoryRecord._Fields, arg1: Any): Unit

    Permalink
    Definition Classes
    TBase
  39. abstract def totalSampled: Int

    Permalink
  40. abstract def totalSampledIsSet: Boolean

    Permalink
  41. abstract def totalSampledOption: Option[Int]

    Permalink
  42. abstract def totalSampledOrDefault: Int

    Permalink
  43. abstract def totalSampledOrNull: Integer

    Permalink
  44. abstract def totalSampledOrThrow: Int

    Permalink
  45. abstract def window: Int

    Permalink
  46. abstract def windowIsSet: Boolean

    Permalink
  47. abstract def windowOption: Option[Int]

    Permalink
  48. abstract def windowOrDefault: Int

    Permalink
  49. abstract def windowOrNull: Integer

    Permalink
  50. abstract def windowOrThrow: Int

    Permalink
  51. abstract def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    HistoryRecord → TBase → UntypedRecord

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: HistoryRecord): Boolean

    Permalink
    Definition Classes
    HistoryRecord → Ordered
  4. def <=(that: HistoryRecord): Boolean

    Permalink
    Definition Classes
    HistoryRecord → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: HistoryRecord): Boolean

    Permalink
    Definition Classes
    HistoryRecord → Ordered
  7. def >=(that: HistoryRecord): Boolean

    Permalink
    Definition Classes
    HistoryRecord → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: HistoryRecord): Int

    Permalink
    Definition Classes
    HistoryRecord → Ordered
  11. def compareTo(that: HistoryRecord): Int

    Permalink
    Definition Classes
    HistoryRecord → Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def primaryKey: DateTime

    Permalink
    Definition Classes
    HistoryRecord → SemitypedHasPrimaryKey
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toBuilder(): AllSpecified

    Permalink
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TBase[HistoryRecord, HistoryRecord._Fields]

Inherited from Serializable

Inherited from HasPrimaryKey[DateTime, HistoryRecord]

Inherited from SemitypedHasPrimaryKey[DateTime]

Inherited from Record[HistoryRecord]

Inherited from Ordered[HistoryRecord]

Inherited from Comparable[HistoryRecord]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped