Class VideoNote

java.lang.Object
com.pengrad.telegrambot.model.VideoNote
All Implemented Interfaces:
java.io.Serializable

public class VideoNote
extends java.lang.Object
implements java.io.Serializable
Stas Parshin 23 May 2017
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    VideoNote()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer duration()  
    boolean equals​(java.lang.Object o)  
    java.lang.String fileId()  
    java.lang.Long fileSize()  
    java.lang.String fileUniqueId()  
    int hashCode()  
    java.lang.Integer length()  
    PhotoSize thumb()
    Deprecated.
    Use thumbnail instead
    PhotoSize thumbnail()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • fileId

      public java.lang.String fileId()
    • fileUniqueId

      public java.lang.String fileUniqueId()
    • length

      public java.lang.Integer length()
    • duration

      public java.lang.Integer duration()
    • thumbnail

      public PhotoSize thumbnail()
    • thumb

      @Deprecated public PhotoSize thumb()
      Deprecated.
      Use thumbnail instead
    • fileSize

      public java.lang.Long fileSize()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object