Class ThumbnailOptions


  • public class ThumbnailOptions
    extends java.lang.Object

    Java class for ThumbnailOptions complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ThumbnailOptions">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="thumbnailTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getThumbnailTime()
      Gets the value of the thumbnailTime property.
      void setThumbnailTime​(java.lang.Long value)
      Sets the value of the thumbnailTime property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThumbnailOptions

        public ThumbnailOptions()
    • Method Detail

      • getThumbnailTime

        public java.lang.Long getThumbnailTime()
        Gets the value of the thumbnailTime property.
        Returns:
        possible object is Long
      • setThumbnailTime

        public void setThumbnailTime​(java.lang.Long value)
        Sets the value of the thumbnailTime property.
        Parameters:
        value - allowed object is Long