Class VideoSmartCropAspectRatio


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

      • VideoSmartCropAspectRatio

        public VideoSmartCropAspectRatio()
    • Method Detail

      • getWidth

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

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

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

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