Class ResponseOutputItem

    • Method Detail

      • dashPlaylistSettings

        public final DashPlaylistSettings dashPlaylistSettings()

        DASH manifest configuration settings.

        Returns:
        DASH manifest configuration settings.
      • hlsPlaylistSettings

        public final HlsPlaylistSettings hlsPlaylistSettings()

        HLS manifest configuration settings.

        Returns:
        HLS manifest configuration settings.
      • manifestName

        public final String manifestName()

        The name of the manifest for the channel that will appear in the channel output's playback URL.

        Returns:
        The name of the manifest for the channel that will appear in the channel output's playback URL.
      • playbackUrl

        public final String playbackUrl()

        The URL used for playback by content players.

        Returns:
        The URL used for playback by content players.
      • sourceGroup

        public final String sourceGroup()

        A string used to associate a package configuration source group with a channel output.

        Returns:
        A string used to associate a package configuration source group with a channel output.
      • 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)