public static class MonitorResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MonitorResult |
build() |
MonitorResult.Builder |
copy(MonitorResult model) |
MonitorResult.Builder |
executionTime(String executionTime)
The specific point of time when the result of an execution is collected.
|
MonitorResult.Builder |
monitorId(String monitorId)
The OCID of the
monitor.
|
MonitorResult.Builder |
resultContentType(String resultContentType)
Type of result content.
|
MonitorResult.Builder |
resultDataSet(List<MonitorResultData> resultDataSet)
Monitor result data set.
|
MonitorResult.Builder |
resultType(String resultType)
Type of result.
|
MonitorResult.Builder |
vantagePoint(String vantagePoint)
The name of the public or dedicated vantage point.
|
public MonitorResult.Builder resultType(String resultType)
Type of result. Example: HAR, Screenshot, Log or Network.
resultType
- the value to setpublic MonitorResult.Builder resultContentType(String resultContentType)
Type of result content. Example: Zip or Raw file.
resultContentType
- the value to setpublic MonitorResult.Builder resultDataSet(List<MonitorResultData> resultDataSet)
Monitor result data set.
resultDataSet
- the value to setpublic MonitorResult.Builder monitorId(String monitorId)
The OCID of the monitor.
monitorId
- the value to setpublic MonitorResult.Builder vantagePoint(String vantagePoint)
The name of the public or dedicated vantage point.
vantagePoint
- the value to setpublic MonitorResult.Builder executionTime(String executionTime)
The specific point of time when the result of an execution is collected.
executionTime
- the value to setpublic MonitorResult build()
public MonitorResult.Builder copy(MonitorResult model)
Copyright © 2016–2024. All rights reserved.