Package com.scene7.ipsapi
Class ThumbnailOptions
- java.lang.Object
-
- com.scene7.ipsapi.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>
-
-
Constructor Summary
Constructors Constructor Description ThumbnailOptions()
-
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.
-
-
-
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 isLong
-
-