Class CdnCacheInvalidationReturn


  • public class CdnCacheInvalidationReturn
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="invalidationHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="estimatedSeconds" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CdnCacheInvalidationReturn

        public CdnCacheInvalidationReturn()
    • Method Detail

      • getInvalidationHandle

        public java.lang.String getInvalidationHandle()
        Gets the value of the invalidationHandle property.
        Returns:
        possible object is String
      • setInvalidationHandle

        public void setInvalidationHandle​(java.lang.String value)
        Sets the value of the invalidationHandle property.
        Parameters:
        value - allowed object is String
      • getEstimatedSeconds

        public int getEstimatedSeconds()
        Gets the value of the estimatedSeconds property.
      • setEstimatedSeconds

        public void setEstimatedSeconds​(int value)
        Sets the value of the estimatedSeconds property.