Package org.javers.core.json
Class CdoSnapshotSerialized
- java.lang.Object
-
- org.javers.core.json.CdoSnapshotSerialized
-
public class CdoSnapshotSerialized extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CdoSnapshotSerialized()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChangedProperties()java.lang.StringgetCommitAuthor()java.time.LocalDateTimegetCommitDate()java.time.InstantgetCommitDateInstant()java.math.BigDecimalgetCommitId()longgetCommitPk()java.util.Map<java.lang.String,java.lang.String>getCommitProperties()java.lang.StringgetGlobalIdFragment()java.lang.StringgetGlobalIdLocalId()java.lang.StringgetGlobalIdTypeName()java.lang.StringgetOwnerGlobalIdFragment()java.lang.StringgetOwnerGlobalIdLocalId()java.lang.StringgetOwnerGlobalIdTypeName()java.lang.StringgetSnapshotState()java.lang.StringgetSnapshotType()longgetVersion()CdoSnapshotSerializedwithChangedProperties(java.lang.String changedProperties)CdoSnapshotSerializedwithCommitAuthor(java.lang.String commitAuthor)CdoSnapshotSerializedwithCommitDate(java.time.LocalDateTime commitDate)CdoSnapshotSerializedwithCommitDate(java.util.Date commitDate)CdoSnapshotSerializedwithCommitDateInstant(java.lang.String commitDateInstant)CdoSnapshotSerializedwithCommitId(java.math.BigDecimal commitId)CdoSnapshotSerializedwithCommitPk(long commitPk)CdoSnapshotSerializedwithCommitProperties(java.util.Map<java.lang.String,java.lang.String> commitProperties)CdoSnapshotSerializedwithGlobalIdFragment(java.lang.String globalIdFragment)CdoSnapshotSerializedwithGlobalIdLocalId(java.lang.String globalIdLocalId)CdoSnapshotSerializedwithGlobalIdTypeName(java.lang.String globalIdTypeName)CdoSnapshotSerializedwithOwnerGlobalIdFragment(java.lang.String ownerGlobalIdFragment)CdoSnapshotSerializedwithOwnerGlobalIdLocalId(java.lang.String ownerGlobalIdLocalId)CdoSnapshotSerializedwithOwnerGlobalIdTypeName(java.lang.String ownerGlobalIdTypeName)CdoSnapshotSerializedwithSnapshotState(java.lang.String snapshotState)CdoSnapshotSerializedwithSnapshotType(java.lang.String snapshotType)CdoSnapshotSerializedwithVersion(long version)
-
-
-
Method Detail
-
withCommitProperties
public CdoSnapshotSerialized withCommitProperties(java.util.Map<java.lang.String,java.lang.String> commitProperties)
-
withCommitAuthor
public CdoSnapshotSerialized withCommitAuthor(java.lang.String commitAuthor)
-
withCommitDateInstant
public CdoSnapshotSerialized withCommitDateInstant(java.lang.String commitDateInstant)
-
withCommitDate
public CdoSnapshotSerialized withCommitDate(java.util.Date commitDate)
-
withCommitDate
public CdoSnapshotSerialized withCommitDate(java.time.LocalDateTime commitDate)
-
withCommitId
public CdoSnapshotSerialized withCommitId(java.math.BigDecimal commitId)
-
withCommitPk
public CdoSnapshotSerialized withCommitPk(long commitPk)
-
withVersion
public CdoSnapshotSerialized withVersion(long version)
-
withSnapshotState
public CdoSnapshotSerialized withSnapshotState(java.lang.String snapshotState)
-
withChangedProperties
public CdoSnapshotSerialized withChangedProperties(java.lang.String changedProperties)
-
withSnapshotType
public CdoSnapshotSerialized withSnapshotType(java.lang.String snapshotType)
-
withGlobalIdFragment
public CdoSnapshotSerialized withGlobalIdFragment(java.lang.String globalIdFragment)
-
withGlobalIdLocalId
public CdoSnapshotSerialized withGlobalIdLocalId(java.lang.String globalIdLocalId)
-
withGlobalIdTypeName
public CdoSnapshotSerialized withGlobalIdTypeName(java.lang.String globalIdTypeName)
-
withOwnerGlobalIdFragment
public CdoSnapshotSerialized withOwnerGlobalIdFragment(java.lang.String ownerGlobalIdFragment)
-
withOwnerGlobalIdLocalId
public CdoSnapshotSerialized withOwnerGlobalIdLocalId(java.lang.String ownerGlobalIdLocalId)
-
withOwnerGlobalIdTypeName
public CdoSnapshotSerialized withOwnerGlobalIdTypeName(java.lang.String ownerGlobalIdTypeName)
-
getCommitProperties
public java.util.Map<java.lang.String,java.lang.String> getCommitProperties()
-
getCommitAuthor
public java.lang.String getCommitAuthor()
-
getCommitDate
public java.time.LocalDateTime getCommitDate()
-
getCommitDateInstant
public java.time.Instant getCommitDateInstant()
-
getCommitId
public java.math.BigDecimal getCommitId()
-
getVersion
public long getVersion()
-
getSnapshotState
public java.lang.String getSnapshotState()
-
getChangedProperties
public java.lang.String getChangedProperties()
-
getSnapshotType
public java.lang.String getSnapshotType()
-
getGlobalIdFragment
public java.lang.String getGlobalIdFragment()
-
getGlobalIdLocalId
public java.lang.String getGlobalIdLocalId()
-
getGlobalIdTypeName
public java.lang.String getGlobalIdTypeName()
-
getOwnerGlobalIdFragment
public java.lang.String getOwnerGlobalIdFragment()
-
getOwnerGlobalIdLocalId
public java.lang.String getOwnerGlobalIdLocalId()
-
getOwnerGlobalIdTypeName
public java.lang.String getOwnerGlobalIdTypeName()
-
getCommitPk
public long getCommitPk()
-
-