Class TransactionChangeValueImpl
java.lang.Object
com.commercetools.history.models.change_value.TransactionChangeValueImpl
- All Implemented Interfaces:
TransactionChangeValue,io.vrap.rmf.base.client.ModelBase
public class TransactionChangeValueImpl
extends Object
implements TransactionChangeValue, io.vrap.rmf.base.client.ModelBase
TransactionChangeValue
-
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 TypeMethodDescriptionbooleangetId()idof the Transaction.Identifier used by the interface that manages the Transaction (usually the PSP).Date and time (UTC) the Transaction took place.inthashCode()voididof the Transaction.voidsetInteractionId(String interactionId) Identifier used by the interface that manages the Transaction (usually the PSP).voidsetTimestamp(String timestamp) Date and time (UTC) the Transaction took place.toString()Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.change_value.TransactionChangeValue
withTransactionChangeValue
-
Constructor Details
-
TransactionChangeValueImpl
public TransactionChangeValueImpl()create empty instance
-
-
Method Details
-
getId
idof the Transaction.- Specified by:
getIdin interfaceTransactionChangeValue- Returns:
- id
-
getInteractionId
Identifier used by the interface that manages the Transaction (usually the PSP).
- Specified by:
getInteractionIdin interfaceTransactionChangeValue- Returns:
- interactionId
-
getTimestamp
Date and time (UTC) the Transaction took place.
- Specified by:
getTimestampin interfaceTransactionChangeValue- Returns:
- timestamp
-
setId
Description copied from interface:TransactionChangeValueidof the Transaction.- Specified by:
setIdin interfaceTransactionChangeValue- Parameters:
id- value to be set
-
setInteractionId
Description copied from interface:TransactionChangeValueIdentifier used by the interface that manages the Transaction (usually the PSP).
- Specified by:
setInteractionIdin interfaceTransactionChangeValue- Parameters:
interactionId- value to be set
-
setTimestamp
Description copied from interface:TransactionChangeValueDate and time (UTC) the Transaction took place.
- Specified by:
setTimestampin interfaceTransactionChangeValue- Parameters:
timestamp- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-