public static class SysadminEventData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SysadminEventData.Builder |
additionalDetails(WorkRequestEventDataAdditionalDetails additionalDetails) |
SysadminEventData.Builder |
attemptedResolutions(List<String> attemptedResolutions)
The actions used to attempt fixing the error.
|
SysadminEventData |
build() |
SysadminEventData.Builder |
copy(SysadminEventData model) |
SysadminEventData.Builder |
errorCause(String errorCause)
The commands executed by the agent that caused the error.
|
SysadminEventData.Builder |
errorLog(String errorLog)
The output log of the error.
|
SysadminEventData.Builder |
resolutionLog(String resolutionLog)
The log output after the resolutions.
|
SysadminEventData.Builder |
resolutionStatus(EventStatus resolutionStatus)
Indicates if the event succeeded.
|
public SysadminEventData.Builder errorCause(String errorCause)
The commands executed by the agent that caused the error.
errorCause
- the value to setpublic SysadminEventData.Builder errorLog(String errorLog)
The output log of the error.
errorLog
- the value to setpublic SysadminEventData.Builder attemptedResolutions(List<String> attemptedResolutions)
The actions used to attempt fixing the error.
attemptedResolutions
- the value to setpublic SysadminEventData.Builder resolutionStatus(EventStatus resolutionStatus)
Indicates if the event succeeded.
resolutionStatus
- the value to setpublic SysadminEventData.Builder resolutionLog(String resolutionLog)
The log output after the resolutions.
resolutionLog
- the value to setpublic SysadminEventData.Builder additionalDetails(WorkRequestEventDataAdditionalDetails additionalDetails)
public SysadminEventData build()
public SysadminEventData.Builder copy(SysadminEventData model)
Copyright © 2016–2025. All rights reserved.