Class MultiplexProgramPacketIdentifiersMap

    • Method Detail

      • hasAudioPids

        public final boolean hasAudioPids()
        For responses, this returns true if the service returned a value for the AudioPids property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • audioPids

        public final List<Integer> audioPids()
        Returns the value of the AudioPids property for this object.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAudioPids() method.

        Returns:
        The value of the AudioPids property for this object.
      • hasDvbSubPids

        public final boolean hasDvbSubPids()
        For responses, this returns true if the service returned a value for the DvbSubPids property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • dvbSubPids

        public final List<Integer> dvbSubPids()
        Returns the value of the DvbSubPids property for this object.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasDvbSubPids() method.

        Returns:
        The value of the DvbSubPids property for this object.
      • dvbTeletextPid

        public final Integer dvbTeletextPid()
        Returns the value of the DvbTeletextPid property for this object.
        Returns:
        The value of the DvbTeletextPid property for this object.
      • etvPlatformPid

        public final Integer etvPlatformPid()
        Returns the value of the EtvPlatformPid property for this object.
        Returns:
        The value of the EtvPlatformPid property for this object.
      • etvSignalPid

        public final Integer etvSignalPid()
        Returns the value of the EtvSignalPid property for this object.
        Returns:
        The value of the EtvSignalPid property for this object.
      • hasKlvDataPids

        public final boolean hasKlvDataPids()
        For responses, this returns true if the service returned a value for the KlvDataPids property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • klvDataPids

        public final List<Integer> klvDataPids()
        Returns the value of the KlvDataPids property for this object.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasKlvDataPids() method.

        Returns:
        The value of the KlvDataPids property for this object.
      • pcrPid

        public final Integer pcrPid()
        Returns the value of the PcrPid property for this object.
        Returns:
        The value of the PcrPid property for this object.
      • pmtPid

        public final Integer pmtPid()
        Returns the value of the PmtPid property for this object.
        Returns:
        The value of the PmtPid property for this object.
      • privateMetadataPid

        public final Integer privateMetadataPid()
        Returns the value of the PrivateMetadataPid property for this object.
        Returns:
        The value of the PrivateMetadataPid property for this object.
      • hasScte27Pids

        public final boolean hasScte27Pids()
        For responses, this returns true if the service returned a value for the Scte27Pids property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • scte27Pids

        public final List<Integer> scte27Pids()
        Returns the value of the Scte27Pids property for this object.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasScte27Pids() method.

        Returns:
        The value of the Scte27Pids property for this object.
      • scte35Pid

        public final Integer scte35Pid()
        Returns the value of the Scte35Pid property for this object.
        Returns:
        The value of the Scte35Pid property for this object.
      • timedMetadataPid

        public final Integer timedMetadataPid()
        Returns the value of the TimedMetadataPid property for this object.
        Returns:
        The value of the TimedMetadataPid property for this object.
      • videoPid

        public final Integer videoPid()
        Returns the value of the VideoPid property for this object.
        Returns:
        The value of the VideoPid 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)