public static class PluginErrorDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PluginErrorDetails |
build() |
PluginErrorDetails.Builder |
copy(PluginErrorDetails model) |
PluginErrorDetails.Builder |
details(String details)
Optional string containing additional details.
|
PluginErrorDetails.Builder |
reason(PluginErrorReason reason)
The plugin error reason.
|
PluginErrorDetails.Builder |
timeLastSeen(Date timeLastSeen)
The date and time the resource was last reported to JMS.
|
public PluginErrorDetails.Builder reason(PluginErrorReason reason)
The plugin error reason.
reason
- the value to setpublic PluginErrorDetails.Builder details(String details)
Optional string containing additional details.
details
- the value to setpublic 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.
timeLastSeen
- the value to setpublic PluginErrorDetails build()
public PluginErrorDetails.Builder copy(PluginErrorDetails model)
Copyright © 2016–2025. All rights reserved.