Class VideoSmartCropAspectRatio


  • public class VideoSmartCropAspectRatio
    extends java.lang.Object

    Java class for VideoSmartCropAspectRatio complex type.

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getHeight()
      Gets the value of the height property.
      java.lang.Integer getWidth()
      Gets the value of the width property.
      void setHeight​(java.lang.Integer value)
      Sets the value of the height property.
      void setWidth​(java.lang.Integer value)
      Sets the value of the width property.
      • Methods inherited from class java.lang.Object

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

      • VideoSmartCropAspectRatio

        public VideoSmartCropAspectRatio()
    • Method Detail

      • getWidth

        public java.lang.Integer getWidth()
        Gets the value of the width property.
        Returns:
        possible object is Integer
      • setWidth

        public void setWidth​(java.lang.Integer value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is Integer
      • getHeight

        public java.lang.Integer getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Integer
      • setHeight

        public void setHeight​(java.lang.Integer value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Integer