Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Plugin |
build() |
Plugin.Builder |
copy(Plugin model) |
Plugin.Builder |
lastUpdateTime(Date lastUpdateTime)
The last update time of the plugin
|
Plugin.Builder |
message(String message)
The optional message from the agent plugin
|
Plugin.Builder |
name(String name)
The plugin name
|
Plugin.Builder |
status(String status)
The plugin status
|
Plugin.Builder |
version(String version)
The plugin version
|
public Plugin.Builder name(String name)
The plugin name
name
- the value to setpublic Plugin.Builder version(String version)
The plugin version
version
- the value to setpublic Plugin.Builder status(String status)
The plugin status
status
- the value to setpublic Plugin.Builder lastUpdateTime(Date lastUpdateTime)
The last update time of the plugin
lastUpdateTime
- the value to setpublic Plugin.Builder message(String message)
The optional message from the agent plugin
message
- the value to setpublic Plugin build()
public Plugin.Builder copy(Plugin model)
Copyright © 2016–2024. All rights reserved.