Class PluginErrorDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • details

        public PluginErrorDetails.Builder details​(String details)
        Optional string containing additional details.
        Parameters:
        details - the value to set
        Returns:
        this builder
      • timeLastSeen

        public PluginErrorDetails.Builder timeLastSeen​(Date timeLastSeen)
        The date and time the resource was last reported to JMS.

        This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period.

        Parameters:
        timeLastSeen - the value to set
        Returns:
        this builder