Class 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 Detail

      • ScheduledJobDetailRef

        public ScheduledJobDetailRef​(String name,
                                     Object value)
      • ScheduledJobDetailRef

        public ScheduledJobDetailRef()
    • Method Detail

      • 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
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object