Class/Object

com.gu.contentatom.thrift.atom.chart.ChartAtom

Immutable

Related Docs: object Immutable | package ChartAtom

Permalink

class Immutable extends ChartAtom

The default read-only implementation of ChartAtom. You typically should not need to directly reference this class; instead, use the ChartAtom.apply method to construct new instances.

Linear Supertypes
ChartAtom, Serializable, ValidatingThriftStruct[ChartAtom], HasThriftStructCodec3[ChartAtom], Product9[ChartType, Furniture, TabularData, Seq[SeriesColour], DisplaySettings, Option[Seq[Int]], Option[Seq[Int]], Option[Axis], Option[Axis]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. ChartAtom
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product9
  7. Product
  8. Equals
  9. ThriftStruct
  10. ThriftStructIface
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Immutable(chartType: ChartType, furniture: Furniture, tabularData: TabularData, seriesColour: Seq[SeriesColour] = ..., displaySettings: DisplaySettings, hiddenColumns: Option[Seq[Int]] = _root_.scala.None, hiddenRows: Option[Seq[Int]] = _root_.scala.None, xAxis: Option[Axis] = _root_.scala.None, yAxis: Option[Axis] = _root_.scala.None)

    Permalink
  2. new Immutable(chartType: ChartType, furniture: Furniture, tabularData: TabularData, seriesColour: Seq[SeriesColour], displaySettings: DisplaySettings, hiddenColumns: Option[Seq[Int]], hiddenRows: Option[Seq[Int]], xAxis: Option[Axis], yAxis: Option[Axis], _passthroughFields: Map[Short, TFieldBlob])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _1: ChartType

    Permalink
    Definition Classes
    ChartAtom → Product9
  5. def _2: Furniture

    Permalink
    Definition Classes
    ChartAtom → Product9
  6. def _3: TabularData

    Permalink
    Definition Classes
    ChartAtom → Product9
  7. def _4: Seq[SeriesColour]

    Permalink
    Definition Classes
    ChartAtom → Product9
  8. def _5: DisplaySettings

    Permalink
    Definition Classes
    ChartAtom → Product9
  9. def _6: Option[Seq[Int]]

    Permalink
    Definition Classes
    ChartAtom → Product9
  10. def _7: Option[Seq[Int]]

    Permalink
    Definition Classes
    ChartAtom → Product9
  11. def _8: Option[Axis]

    Permalink
    Definition Classes
    ChartAtom → Product9
  12. def _9: Option[Axis]

    Permalink
    Definition Classes
    ChartAtom → Product9
  13. def _codec: ValidatingThriftStructCodec3[ChartAtom]

    Permalink
    Definition Classes
    ChartAtom → ValidatingThriftStruct → HasThriftStructCodec3
  14. val _passthroughFields: Map[Short, TFieldBlob]

    Permalink
    Definition Classes
    ImmutableChartAtom
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    ChartAtom → Equals
  17. val chartType: ChartType

    Permalink
    Definition Classes
    ImmutableChartAtom
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def copy(chartType: ChartType = this.chartType, furniture: Furniture = this.furniture, tabularData: TabularData = this.tabularData, seriesColour: Seq[SeriesColour] = this.seriesColour, displaySettings: DisplaySettings = this.displaySettings, hiddenColumns: Option[Seq[Int]] = this.hiddenColumns, hiddenRows: Option[Seq[Int]] = this.hiddenRows, xAxis: Option[Axis] = this.xAxis, yAxis: Option[Axis] = this.yAxis, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  20. val displaySettings: DisplaySettings

    Permalink
    Definition Classes
    ImmutableChartAtom
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    ChartAtom → Equals → AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. val furniture: Furniture

    Permalink
    Definition Classes
    ImmutableChartAtom
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Permalink

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

    Definition Classes
    ChartAtom
  27. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Permalink

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

    Definition Classes
    ChartAtom
  28. def hashCode(): Int

    Permalink
    Definition Classes
    ChartAtom → AnyRef → Any
  29. val hiddenColumns: Option[Seq[Int]]

    Permalink
    Definition Classes
    ImmutableChartAtom
  30. val hiddenRows: Option[Seq[Int]]

    Permalink
    Definition Classes
    ImmutableChartAtom
  31. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  33. def newBuilder(): StructBuilder[ChartAtom]

    Permalink
    Definition Classes
    ChartAtom
  34. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  36. def productArity: Int

    Permalink
    Definition Classes
    Product9 → Product
  37. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product9 → Product
    Annotations
    @throws( ... )
  38. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  39. def productPrefix: String

    Permalink
    Definition Classes
    ChartAtom → Product
  40. val seriesColour: Seq[SeriesColour]

    Permalink
    Definition Classes
    ImmutableChartAtom
  41. def setField(_blob: TFieldBlob): ChartAtom

    Permalink

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

    Definition Classes
    ChartAtom
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. val tabularData: TabularData

    Permalink
    Definition Classes
    ImmutableChartAtom
  44. def toString(): String

    Permalink
    Definition Classes
    ChartAtom → AnyRef → Any
  45. def toTuple: (ChartType, Furniture, TabularData, Seq[SeriesColour], DisplaySettings, Option[Seq[Int]], Option[Seq[Int]], Option[Axis], Option[Axis])

    Permalink
    Definition Classes
    ChartAtom
  46. def unsetChartType: ChartAtom

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    ChartAtom
  47. def unsetDisplaySettings: ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  48. def unsetField(_fieldId: Short): ChartAtom

    Permalink

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

    Definition Classes
    ChartAtom
  49. def unsetFurniture: ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  50. def unsetHiddenColumns: ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  51. def unsetHiddenRows: ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  52. def unsetSeriesColour: ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  53. def unsetTabularData: ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  54. def unsetXAxis: ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  55. def unsetYAxis: ChartAtom

    Permalink
    Definition Classes
    ChartAtom
  56. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def write(_oprot: TProtocol): Unit

    Permalink
    Definition Classes
    ChartAtom → ThriftStruct
  60. val xAxis: Option[Axis]

    Permalink
    Definition Classes
    ImmutableChartAtom
  61. val yAxis: Option[Axis]

    Permalink
    Definition Classes
    ImmutableChartAtom

Inherited from ChartAtom

Inherited from Serializable

Inherited from ValidatingThriftStruct[ChartAtom]

Inherited from HasThriftStructCodec3[ChartAtom]

Inherited from Product9[ChartType, Furniture, TabularData, Seq[SeriesColour], DisplaySettings, Option[Seq[Int]], Option[Seq[Int]], Option[Axis], Option[Axis]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped