Class CaptionSelectorSettings

    • Method Detail

      • ancillarySourceSettings

        public final AncillarySourceSettings ancillarySourceSettings()
        Returns the value of the AncillarySourceSettings property for this object.
        Returns:
        The value of the AncillarySourceSettings property for this object.
      • aribSourceSettings

        public final AribSourceSettings aribSourceSettings()
        Returns the value of the AribSourceSettings property for this object.
        Returns:
        The value of the AribSourceSettings property for this object.
      • dvbSubSourceSettings

        public final DvbSubSourceSettings dvbSubSourceSettings()
        Returns the value of the DvbSubSourceSettings property for this object.
        Returns:
        The value of the DvbSubSourceSettings property for this object.
      • embeddedSourceSettings

        public final EmbeddedSourceSettings embeddedSourceSettings()
        Returns the value of the EmbeddedSourceSettings property for this object.
        Returns:
        The value of the EmbeddedSourceSettings property for this object.
      • scte20SourceSettings

        public final Scte20SourceSettings scte20SourceSettings()
        Returns the value of the Scte20SourceSettings property for this object.
        Returns:
        The value of the Scte20SourceSettings property for this object.
      • scte27SourceSettings

        public final Scte27SourceSettings scte27SourceSettings()
        Returns the value of the Scte27SourceSettings property for this object.
        Returns:
        The value of the Scte27SourceSettings property for this object.
      • teletextSourceSettings

        public final TeletextSourceSettings teletextSourceSettings()
        Returns the value of the TeletextSourceSettings property for this object.
        Returns:
        The value of the TeletextSourceSettings property for this object.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)