Class ScheduledJobDetailRef
java.lang.Object
com.broadleafcommerce.common.messaging.domain.ScheduledJobDetailRef
Detailed information for a
ScheduledJobRef
, which corresponds to a ScheduledJobDetail of
the scheduled job microservice.- Author:
- Chad Harchar (charchar)
-
Constructor Details
-
ScheduledJobDetailRef
-
ScheduledJobDetailRef
public ScheduledJobDetailRef()
-
-
Method Details
-
getName
The name of this detail.- Returns:
- the name of this detail
-
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
The name of this detail.- Parameters:
name
- the name of this detail
-
setValue
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-