java.lang.Object
com.broadleafcommerce.orchestration.internal.Log

public class Log extends Object
Represents a log entry for a workflow activity.
  • Constructor Details

  • Method Details

    • getActivityName

      public String getActivityName()
      The bean name of the activity
    • getName

      public String getName()
      The log entry name
    • getValue

      public String getValue()
      The log entry value
    • getTimestamp

      public Instant getTimestamp()
      The timestamp of the log entry
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object