Class AutoSmartCropOptions


  • public class AutoSmartCropOptions
    extends java.lang.Object

    Java class for AutoSmartCropOptions complex type.

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()
      Gets the value of the height property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getType()
      Gets the value of the type property.
      int getWidth()
      Gets the value of the width property.
      void setHeight​(int value)
      Sets the value of the height property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      void setWidth​(int 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

      • AutoSmartCropOptions

        public AutoSmartCropOptions()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getWidth

        public int getWidth()
        Gets the value of the width property.
      • setWidth

        public void setWidth​(int value)
        Sets the value of the width property.
      • getHeight

        public int getHeight()
        Gets the value of the height property.
      • setHeight

        public void setHeight​(int value)
        Sets the value of the height property.
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String