Class ScheduledJobDetail


  • public class ScheduledJobDetail
    extends Object
    Detailed information for a ScheduledJob.
    Author:
    Chad Harchar (charchar)
    • Constructor Detail

      • ScheduledJobDetail

        public ScheduledJobDetail​(String name,
                                  String value)
      • ScheduledJobDetail

        public ScheduledJobDetail()
    • Method Detail

      • setRawValue

        public void setRawValue​(String rawValue)
        Provides a way to set the rawValue of this detail.
        Parameters:
        rawValue - A value for this detail
      • getRawValue

        public String getRawValue()
        Provides a way to get the rawValue of this detail.
        Returns:
        The value as a string for this detail
      • setValue

        public void setValue​(Object value)
        Provides a way to set the rawValue from a JSON object.
        Parameters:
        value - A value for this detail
      • getValue

        public Object getValue()
        Converts rawValue to a JSON object, if applicable.
        Returns:
        A value for this detail
      • getName

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

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

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object