Class ParcelChangeValueImpl

java.lang.Object
com.commercetools.history.models.change_value.ParcelChangeValueImpl
All Implemented Interfaces:
ParcelChangeValue, io.vrap.rmf.base.client.ModelBase

public class ParcelChangeValueImpl extends Object implements ParcelChangeValue, io.vrap.rmf.base.client.ModelBase
ParcelChangeValue
  • 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
     
    Date and time (UTC) the Parcel was created.
    id of the Parcel.
    int
     
    void
    setCreatedAt(String createdAt)
    Date and time (UTC) the Parcel was created.
    void
    id of the Parcel.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

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

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.history.models.change_value.ParcelChangeValue

    withParcelChangeValue
  • Constructor Details

    • ParcelChangeValueImpl

      public ParcelChangeValueImpl()
      create empty instance
  • Method Details