Class ScheduledJobDetailRef

java.lang.Object
com.broadleafcommerce.common.messaging.domain.ScheduledJobDetailRef

public class ScheduledJobDetailRef extends Object
Detailed information for a ScheduledJobRef, which corresponds to a ScheduledJobDetail of the scheduled job microservice.
Author:
Chad Harchar (charchar)
  • Constructor Details

    • ScheduledJobDetailRef

      public ScheduledJobDetailRef(String name, Object value)
    • ScheduledJobDetailRef

      public ScheduledJobDetailRef()
  • Method Details

    • getName

      public String getName()
      The name of this detail.
      Returns:
      the name of this detail
    • getValue

      public Object getValue()
      A value for this detail. This could be a simple String structure or a more complicated Object.
      Returns:
      A value for this detail
    • setName

      public void setName(String name)
      The name of this detail.
      Parameters:
      name - the name of this detail
    • setValue

      public void setValue(Object value)
      A value for this detail. This could be a simple String structure or a more complicated Object.
      Parameters:
      value - A value for this detail
    • 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