public static class LoggingEventInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LoggingEventInfo |
build() |
LoggingEventInfo.Builder |
copy(LoggingEventInfo model) |
LoggingEventInfo.Builder |
logResult(String logResult) |
LoggingEventInfo.Builder |
observedValue(String observedValue) |
LoggingEventInfo.Builder |
operator(String operator) |
LoggingEventInfo.Builder |
triggerValue(String triggerValue) |
public LoggingEventInfo.Builder observedValue(String observedValue)
public LoggingEventInfo.Builder triggerValue(String triggerValue)
public LoggingEventInfo.Builder operator(String operator)
public LoggingEventInfo.Builder logResult(String logResult)
public LoggingEventInfo build()
public LoggingEventInfo.Builder copy(LoggingEventInfo model)
Copyright © 2016–2023. All rights reserved.