Class ChangeImpl
- All Implemented Interfaces:
Change,io.vrap.rmf.base.client.ModelBase
Difference between the previous and next version of a resource represented by previousValue (omitted, for example, on creations) and nextValue of the associated change. A Change can also contain extra fields that provide further information.
They are not identical to the actual update actions sent.
-
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanType of change on a resource that is similar to the update action it relates to, where possible.getType()Unique discriminator value to reliably deserialize the data type.inthashCode()voidType of change on a resource that is similar to the update action it relates to, where possible.toString()Methods inherited from interface com.commercetools.history.models.change.Change
withChangeMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
ChangeImpl
public ChangeImpl()create empty instance
-
-
Method Details
-
getType
Unique discriminator value to reliably deserialize the data type.
-
getChange
Type of change on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the
setDescriptionchange can occur with a localized and non-localized representation.Records can be filtered by this value using the
changesquery parameter. -
setChange
Description copied from interface:ChangeType of change on a resource that is similar to the update action it relates to, where possible. It is not a unique identifier for the data structure, for example, the
setDescriptionchange can occur with a localized and non-localized representation.Records can be filtered by this value using the
changesquery parameter. -
equals
-
hashCode
public int hashCode() -
toString
-