Class/Object

com.gu.flexiblecontent.model.thrift.Identifiers

Immutable

Related Docs: object Immutable | package Identifiers

Permalink

class Immutable extends Identifiers

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

Linear Supertypes
Identifiers, Serializable, ValidatingThriftStruct[Identifiers], HasThriftStructCodec3[Identifiers], Product7[String, Long, Option[String], Option[String], Option[String], Option[String], Option[String]], Product, Equals, ThriftStruct, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Immutable
  2. Identifiers
  3. Serializable
  4. ValidatingThriftStruct
  5. HasThriftStructCodec3
  6. Product7
  7. Product
  8. Equals
  9. ThriftStruct
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Immutable(path: String, pageId: Long, storyBundleId: Option[String] = _root_.scala.None, fingerpostId: Option[String] = _root_.scala.None, shortPath: Option[String] = _root_.scala.None, vidispineId: Option[String] = _root_.scala.None, firstPublishedPath: Option[String] = _root_.scala.None)

    Permalink
  2. new Immutable(path: String, pageId: Long, storyBundleId: Option[String], fingerpostId: Option[String], shortPath: Option[String], vidispineId: Option[String], firstPublishedPath: Option[String], _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: String

    Permalink
    Definition Classes
    Identifiers → Product7
  5. def _2: Long

    Permalink
    Definition Classes
    Identifiers → Product7
  6. def _3: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  7. def _4: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  8. def _5: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  9. def _6: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  10. def _7: Option[String]

    Permalink
    Definition Classes
    Identifiers → Product7
  11. def _codec: ValidatingThriftStructCodec3[Identifiers]

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

    Permalink
    Definition Classes
    ImmutableIdentifiers
  13. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    Identifiers → Equals
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  16. def copy(path: String = this.path, pageId: Long = this.pageId, storyBundleId: Option[String] = this.storyBundleId, fingerpostId: Option[String] = this.fingerpostId, shortPath: Option[String] = this.shortPath, vidispineId: Option[String] = this.vidispineId, firstPublishedPath: Option[String] = this.firstPublishedPath, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Identifiers

    Permalink
    Definition Classes
    Identifiers
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    Identifiers → Equals → AnyRef → Any
  19. val fingerpostId: Option[String]

    Permalink

    The id for that represents this content in the fingerpost wires system This is only set if the content has been sent from wires

    The id for that represents this content in the fingerpost wires system This is only set if the content has been sent from wires

    Definition Classes
    ImmutableIdentifiers
  20. val firstPublishedPath: Option[String]

    Permalink
    Definition Classes
    ImmutableIdentifiers
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  22. 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
    Identifiers
  23. 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
    Identifiers
  24. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  29. val pageId: Long

    Permalink

    The page id of the content page that hosts this content

    The page id of the content page that hosts this content

    Definition Classes
    ImmutableIdentifiers
  30. val path: String

    Permalink

    the url path the content lives on

    the url path the content lives on

    Definition Classes
    ImmutableIdentifiers
  31. def productArity: Int

    Permalink
    Definition Classes
    Identifiers → Product7 → Product
  32. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Identifiers → Product7 → Product
  33. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  34. def productPrefix: String

    Permalink
    Definition Classes
    Identifiers → Product
  35. def setField(_blob: TFieldBlob): Identifiers

    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
    Identifiers
  36. val shortPath: Option[String]

    Permalink

    The short path for this content, derived from the page id

    The short path for this content, derived from the page id

    Definition Classes
    ImmutableIdentifiers
  37. val storyBundleId: Option[String]

    Permalink

    The story bundle id for that represents this content in incopy This is only set if the content has been sent to or from incopy

    The story bundle id for that represents this content in incopy This is only set if the content has been sent to or from incopy

    Definition Classes
    ImmutableIdentifiers
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    Identifiers → AnyRef → Any
  40. def toTuple: (String, Long, Option[String], Option[String], Option[String], Option[String], Option[String])

    Permalink
    Definition Classes
    Identifiers
  41. def unsetField(_fieldId: Short): Identifiers

    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
    Identifiers
  42. def unsetFingerpostId: Identifiers

    Permalink
    Definition Classes
    Identifiers
  43. def unsetFirstPublishedPath: Identifiers

    Permalink
    Definition Classes
    Identifiers
  44. def unsetPageId: Identifiers

    Permalink
    Definition Classes
    Identifiers
  45. def unsetPath: Identifiers

    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
    Identifiers
  46. def unsetShortPath: Identifiers

    Permalink
    Definition Classes
    Identifiers
  47. def unsetStoryBundleId: Identifiers

    Permalink
    Definition Classes
    Identifiers
  48. def unsetVidispineId: Identifiers

    Permalink
    Definition Classes
    Identifiers
  49. val vidispineId: Option[String]

    Permalink
    Definition Classes
    ImmutableIdentifiers
  50. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(): Unit

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

    Permalink
    Definition Classes
    Identifiers → ThriftStruct

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Identifiers

Inherited from Serializable

Inherited from ValidatingThriftStruct[Identifiers]

Inherited from HasThriftStructCodec3[Identifiers]

Inherited from Product7[String, Long, Option[String], Option[String], Option[String], Option[String], Option[String]]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from AnyRef

Inherited from Any

Ungrouped