Class SyncInfoImpl
java.lang.Object
com.commercetools.history.models.common.SyncInfoImpl
- All Implemented Interfaces:
SyncInfo,io.vrap.rmf.base.client.ModelBase
SyncInfo
-
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 TypeMethodDescriptionbooleanCan be used to reference an external order instance, file etc.inthashCode()voidsetChannel(Reference channel) set channelvoidsetExternalId(String externalId) Can be used to reference an external order instance, file etc.voidsetSyncedAt(String syncedAt) set syncedAtMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.common.SyncInfo
withSyncInfo
-
Constructor Details
-
SyncInfoImpl
public SyncInfoImpl()create empty instance
-
-
Method Details
-
getChannel
- Specified by:
getChannelin interfaceSyncInfo- Returns:
- channel
-
getExternalId
Can be used to reference an external order instance, file etc.
- Specified by:
getExternalIdin interfaceSyncInfo- Returns:
- externalId
-
getSyncedAt
- Specified by:
getSyncedAtin interfaceSyncInfo- Returns:
- syncedAt
-
setChannel
Description copied from interface:SyncInfoset channel- Specified by:
setChannelin interfaceSyncInfo- Parameters:
channel- value to be set
-
setExternalId
Description copied from interface:SyncInfoCan be used to reference an external order instance, file etc.
- Specified by:
setExternalIdin interfaceSyncInfo- Parameters:
externalId- value to be set
-
setSyncedAt
Description copied from interface:SyncInfoset syncedAt- Specified by:
setSyncedAtin interfaceSyncInfo- Parameters:
syncedAt- value to be set
-
equals
-
hashCode
-