Class/Object

com.gu.contentatom.thrift.atom.media.Metadata

Immutable

Related Docs: object Immutable | package Metadata

Permalink

class Immutable extends Metadata

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

Linear Supertypes
Metadata, Serializable, ValidatingThriftStruct[Metadata], HasThriftStructCodec3[Metadata], Product9[Option[Seq[String]], Option[String], Option[String], Option[Boolean], Option[String], Option[PrivacyStatus], Option[Long], Option[PlutoData], Option[YoutubeData]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. Metadata
  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(tags: Option[Seq[String]] = _root_.scala.None, categoryId: Option[String] = _root_.scala.None, license: Option[String] = _root_.scala.None, commentsEnabled: Option[Boolean] = _root_.scala.None, channelId: Option[String] = _root_.scala.None, privacyStatus: Option[PrivacyStatus] = _root_.scala.None, expiryDate: Option[Long] = _root_.scala.None, pluto: Option[PlutoData] = _root_.scala.None, youtube: Option[YoutubeData] = _root_.scala.None)

    Permalink
  2. new Immutable(tags: Option[Seq[String]], categoryId: Option[String], license: Option[String], commentsEnabled: Option[Boolean], channelId: Option[String], privacyStatus: Option[PrivacyStatus], expiryDate: Option[Long], pluto: Option[PlutoData], youtube: Option[YoutubeData], _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: Option[Seq[String]]

    Permalink
    Definition Classes
    Metadata → Product9
  5. def _2: Option[String]

    Permalink
    Definition Classes
    Metadata → Product9
  6. def _3: Option[String]

    Permalink
    Definition Classes
    Metadata → Product9
  7. def _4: Option[Boolean]

    Permalink
    Definition Classes
    Metadata → Product9
  8. def _5: Option[String]

    Permalink
    Definition Classes
    Metadata → Product9
  9. def _6: Option[PrivacyStatus]

    Permalink
    Definition Classes
    Metadata → Product9
  10. def _7: Option[Long]

    Permalink
    Definition Classes
    Metadata → Product9
  11. def _8: Option[PlutoData]

    Permalink
    Definition Classes
    Metadata → Product9
  12. def _9: Option[YoutubeData]

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

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

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

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

    Permalink
    Definition Classes
    Metadata → Equals
  17. val categoryId: Option[String]

    Permalink

    YouTube video category https://developers.google.com/youtube/v3/docs/videos#snippet.categoryId *

    YouTube video category https://developers.google.com/youtube/v3/docs/videos#snippet.categoryId *

    Definition Classes
    ImmutableMetadata
  18. val channelId: Option[String]

    Permalink

    the channel the YouTube video is in *

    the channel the YouTube video is in *

    Definition Classes
    ImmutableMetadata
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. val commentsEnabled: Option[Boolean]

    Permalink

    are comments enabled on the YouTube video *

    are comments enabled on the YouTube video *

    Definition Classes
    ImmutableMetadata
  21. def copy(tags: Option[Seq[String]] = this.tags, categoryId: Option[String] = this.categoryId, license: Option[String] = this.license, commentsEnabled: Option[Boolean] = this.commentsEnabled, channelId: Option[String] = this.channelId, privacyStatus: Option[PrivacyStatus] = this.privacyStatus, expiryDate: Option[Long] = this.expiryDate, pluto: Option[PlutoData] = this.pluto, youtube: Option[YoutubeData] = this.youtube, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Metadata

    Permalink
    Definition Classes
    Metadata
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Metadata → Equals → AnyRef → Any
  24. val expiryDate: Option[Long]

    Permalink

    when the PrivacyStatus will change to Private *

    when the PrivacyStatus will change to Private *

    Definition Classes
    ImmutableMetadata
  25. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. 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
    Metadata
  28. 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
    Metadata
  29. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  31. val license: Option[String]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. val pluto: Option[PlutoData]

    Permalink

    where the master is in Pluto *

    where the master is in Pluto *

    Definition Classes
    ImmutableMetadata
  37. val privacyStatus: Option[PrivacyStatus]

    Permalink

    how a YouTube video can be watched *

    how a YouTube video can be watched *

    Definition Classes
    ImmutableMetadata
  38. def productArity: Int

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

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

    Permalink
    Definition Classes
    Product
  41. def productPrefix: String

    Permalink
    Definition Classes
    Metadata → Product
  42. def setField(_blob: TFieldBlob): Metadata

    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
    Metadata
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. val tags: Option[Seq[String]]

    Permalink

    tags to be applied to the YouTube video https://developers.google.com/youtube/v3/docs/videos#snippet.tags[] *

    tags to be applied to the YouTube video https://developers.google.com/youtube/v3/docs/videos#snippet.tags[] *

    Definition Classes
    ImmutableMetadata
  45. def toString(): String

    Permalink
    Definition Classes
    Metadata → AnyRef → Any
  46. def toTuple: (Option[Seq[String]], Option[String], Option[String], Option[Boolean], Option[String], Option[PrivacyStatus], Option[Long], Option[PlutoData], Option[YoutubeData])

    Permalink
    Definition Classes
    Metadata
  47. def unsetCategoryId: Metadata

    Permalink
    Definition Classes
    Metadata
  48. def unsetChannelId: Metadata

    Permalink
    Definition Classes
    Metadata
  49. def unsetCommentsEnabled: Metadata

    Permalink
    Definition Classes
    Metadata
  50. def unsetExpiryDate: Metadata

    Permalink
    Definition Classes
    Metadata
  51. def unsetField(_fieldId: Short): Metadata

    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
    Metadata
  52. def unsetLicense: Metadata

    Permalink
    Definition Classes
    Metadata
  53. def unsetPluto: Metadata

    Permalink
    Definition Classes
    Metadata
  54. def unsetPrivacyStatus: Metadata

    Permalink
    Definition Classes
    Metadata
  55. def unsetTags: Metadata

    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
    Metadata
  56. def unsetYoutube: Metadata

    Permalink
    Definition Classes
    Metadata
  57. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Metadata → ThriftStruct
  61. val youtube: Option[YoutubeData]

    Permalink
    Definition Classes
    ImmutableMetadata

Inherited from Metadata

Inherited from Serializable

Inherited from ValidatingThriftStruct[Metadata]

Inherited from HasThriftStructCodec3[Metadata]

Inherited from Product9[Option[Seq[String]], Option[String], Option[String], Option[Boolean], Option[String], Option[PrivacyStatus], Option[Long], Option[PlutoData], Option[YoutubeData]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped