Class SimpleCommentVideo

java.lang.Object
com.pinapelz.datatypes.SimpleCommentVideo

public class SimpleCommentVideo extends Object
The same as SimpleVideo, but with comments
See Also:
  • Field Details

    • id

      public String id
    • title

      public String title
    • type

      public String type
    • published_at

      public String published_at
    • available_at

      public String available_at
    • duration

      public int duration
    • status

      public String status
    • songcount

      public int songcount
    • channel

      public SimpleChannel channel
    • comments

      public List<Comment> comments
  • Constructor Details

    • SimpleCommentVideo

      public SimpleCommentVideo()