Class Animation

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

public class Animation
extends java.lang.Object
implements java.io.Serializable
Stas Parshin 03 October 2016
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    Animation()  
  • Method Summary

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

    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()
    • width

      public java.lang.Integer width()
    • height

      public java.lang.Integer height()
    • duration

      public java.lang.Integer duration()
    • thumbnail

      public PhotoSize thumbnail()
    • thumb

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

      public java.lang.String fileName()
    • mimeType

      public java.lang.String mimeType()
    • 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