Class ImageDimensionsImpl

java.lang.Object
com.commercetools.api.models.common.ImageDimensionsImpl
All Implemented Interfaces:
ImageDimensions, io.vrap.rmf.base.client.ModelBase

public class ImageDimensionsImpl extends Object implements ImageDimensions, io.vrap.rmf.base.client.ModelBase
ImageDimensions
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Height of the image.
    Width of the image.
    int
     
    void
    Height of the image.
    void
    Width of the image.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.commercetools.api.models.common.ImageDimensions

    withImageDimensions

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString
  • Constructor Details

    • ImageDimensionsImpl

      public ImageDimensionsImpl()
      create empty instance
  • Method Details