Class ThumbnailOptions


  • public class ThumbnailOptions
    extends 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>
     
    • Constructor Detail

      • ThumbnailOptions

        public ThumbnailOptions()
    • Method Detail

      • getThumbnailTime

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

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