Class CreateVideoSitemapJob


  • public class CreateVideoSitemapJob
    extends java.lang.Object

    Java class for CreateVideoSitemapJob complex type.

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean isForceUpdate()
      Gets the value of the forceUpdate property.
      void setForceUpdate​(java.lang.Boolean value)
      Sets the value of the forceUpdate property.
      • Methods inherited from class java.lang.Object

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

      • CreateVideoSitemapJob

        public CreateVideoSitemapJob()
    • Method Detail

      • isForceUpdate

        public java.lang.Boolean isForceUpdate()
        Gets the value of the forceUpdate property.
        Returns:
        possible object is Boolean
      • setForceUpdate

        public void setForceUpdate​(java.lang.Boolean value)
        Sets the value of the forceUpdate property.
        Parameters:
        value - allowed object is Boolean