Class CropDimensions

  • All Implemented Interfaces:
    ResponseType, Serializable

    public class CropDimensions
    extends ObjectBase
    This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
    See Also:
    Serialized Form
    • Constructor Detail

      • CropDimensions

        public CropDimensions()
      • CropDimensions

        public CropDimensions​(com.google.gson.JsonObject jsonObject)
                       throws APIException
        Throws:
        APIException
    • Method Detail

      • getLeft

        public Integer getLeft()
      • setLeft

        public void setLeft​(Integer left)
      • left

        public void left​(String multirequestToken)
      • setTop

        public void setTop​(Integer top)
      • top

        public void top​(String multirequestToken)
      • getWidth

        public Integer getWidth()
      • setWidth

        public void setWidth​(Integer width)
      • width

        public void width​(String multirequestToken)
      • getHeight

        public Integer getHeight()
      • setHeight

        public void setHeight​(Integer height)
      • height

        public void height​(String multirequestToken)