Class VmapInfo


  • public class VmapInfo
    extends java.lang.Object
    Information about a VMAP Ad Break.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String mBreakId
      The ID for this AdBreak
      java.lang.String mId
      Id of this VMAP
      java.lang.Integer mItem
      The number of this AdBreak in the VMAP
      java.lang.String mTimeOffset
      The Time Offset when this Ad Break plays
    • Constructor Summary

      Constructors 
      Constructor Description
      VmapInfo​(java.lang.String id, java.lang.Integer item, java.lang.String breakId, java.lang.String timeOffset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBreakId()  
      java.lang.String getId()  
      java.lang.Integer getItem()  
      java.lang.String getTimeOffset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mId

        public final java.lang.String mId
        Id of this VMAP
      • mItem

        public final java.lang.Integer mItem
        The number of this AdBreak in the VMAP
      • mBreakId

        public final java.lang.String mBreakId
        The ID for this AdBreak
      • mTimeOffset

        public final java.lang.String mTimeOffset
        The Time Offset when this Ad Break plays
    • Constructor Detail

      • VmapInfo

        public VmapInfo​(java.lang.String id,
                        java.lang.Integer item,
                        java.lang.String breakId,
                        java.lang.String timeOffset)
    • Method Detail

      • getId

        @Nullable
        public java.lang.String getId()
      • getItem

        @Nullable
        public java.lang.Integer getItem()
      • getBreakId

        @Nullable
        public java.lang.String getBreakId()
      • getTimeOffset

        @Nullable
        public java.lang.String getTimeOffset()