Class Esam

    • Method Detail

      • acquisitionPointId

        public final String acquisitionPointId()
        Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
        Returns:
        Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
      • adAvailOffset

        public final Integer adAvailOffset()
        When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
        Returns:
        When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
      • passwordParam

        public final String passwordParam()
        Documentation update needed
        Returns:
        Documentation update needed
      • poisEndpoint

        public final String poisEndpoint()
        The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.
        Returns:
        The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.
      • username

        public final String username()
        Documentation update needed
        Returns:
        Documentation update needed
      • zoneIdentity

        public final String zoneIdentity()
        Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
        Returns:
        Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
      • serializableBuilderClass

        public static Class<? extends Esam.Builder> serializableBuilderClass()
      • 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)