Klasse ObjectHistory

java.lang.Object
org.opentcs.data.ObjectHistory
Alle implementierten Schnittstellen:
Serializable

public class ObjectHistory extends Object implements Serializable
A history of events related to an object.
Siehe auch:
  • Konstruktordetails

    • ObjectHistory

      public ObjectHistory()
      Creates a new instance.
  • Methodendetails

    • getEntries

      public List<ObjectHistory.Entry> getEntries()
      Returns this history's entries.
      Gibt zurück:
      This history's entries.
    • withEntries

      public ObjectHistory withEntries(List<ObjectHistory.Entry> entries)
      Returns a copy of this object, with the given entries.
      Parameter:
      entries - The entries.
      Gibt zurück:
      A copy of this object, with the given entries.
    • withEntryAppended

      public ObjectHistory withEntryAppended(ObjectHistory.Entry entry)
      Returns a copy of this object, with the given entry appended.
      Parameter:
      entry - The entry.
      Gibt zurück:
      A copy of this object, with the given entry appended.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object