Class Video.MutedSegment

java.lang.Object
com.github.twitch4j.helix.domain.Video.MutedSegment
Enclosing class:
Video

public static class Video.MutedSegment extends Object
  • Constructor Details

    • MutedSegment

      public MutedSegment()
  • Method Details

    • getDuration

      public Integer getDuration()
      Duration of the muted segment.
    • getOffset

      public Integer getOffset()
      Offset in the video at which the muted segment begins.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object