Class ExceptionDataHelper


  • public class ExceptionDataHelper
    extends Object
    Helper class for easier Jelly usage.
    Author:
    Tomas Westling <tomas.westling@sonymobile.com>
    • Constructor Detail

      • ExceptionDataHelper

        public ExceptionDataHelper​(String displayName,
                                   int id,
                                   com.sonymobile.tools.gerrit.gerritevents.watchdog.WatchTimeExceptionData data)
        Standard constructor.
        Parameters:
        displayName - the display name.
        id - the id for the day.
        data - the WatchTimeExceptionData.
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Standard getter.
        Returns:
        the display name.
      • isChecked

        public boolean isChecked()
        Standard getter.
        Returns:
        true if checked.
      • getId

        public int getId()
        Standard getter.
        Returns:
        the id.