Class StreamMarker

java.lang.Object
com.github.twitch4j.helix.domain.StreamMarker

public class StreamMarker extends Object
Model representing the response for Create Stream Marker.
  • Constructor Details

    • StreamMarker

      public StreamMarker()
  • Method Details

    • getCreatedAt

      public String getCreatedAt()
    • getDescription

      public String getDescription()
    • getId

      public String getId()
    • getPositionSeconds

      public Long getPositionSeconds()
    • 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