public static class HistoricAddmResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HistoricAddmResult.Builder |
beginSnapshotId(Long beginSnapshotId)
The ID number of the beginning AWR snapshot.
|
HistoricAddmResult |
build() |
HistoricAddmResult.Builder |
copy(HistoricAddmResult model) |
HistoricAddmResult.Builder |
dbUser(String dbUser)
The database user who owns the historic ADDM task.
|
HistoricAddmResult.Builder |
description(String description)
The description of the ADDM task.
|
HistoricAddmResult.Builder |
endSnapshotId(Long endSnapshotId)
The ID number of the ending AWR snapshot.
|
HistoricAddmResult.Builder |
endSnapshotTime(Date endSnapshotTime)
The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time
RFC3339 format.
|
HistoricAddmResult.Builder |
findings(Long findings)
The number of ADDM findings.
|
HistoricAddmResult.Builder |
howCreated(HistoricAddmResult.HowCreated howCreated)
A description of how the task was created.
|
HistoricAddmResult.Builder |
isNewlyCreated(Boolean isNewlyCreated)
Specifies whether the ADDM task returned had already existed or was newly created by the
api call.
|
HistoricAddmResult.Builder |
startSnapshotTime(Date startSnapshotTime)
The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time
RFC3339 format.
|
HistoricAddmResult.Builder |
status(HistoricAddmResult.Status status)
The status of the ADDM task.
|
HistoricAddmResult.Builder |
taskId(Long taskId)
The ID of the historic ADDM task.
|
HistoricAddmResult.Builder |
taskName(String taskName)
The name of the historic ADDM task.
|
HistoricAddmResult.Builder |
timeCreated(Date timeCreated)
The creation date of the ADDM task.
|
public HistoricAddmResult.Builder isNewlyCreated(Boolean isNewlyCreated)
Specifies whether the ADDM task returned had already existed or was newly created by the api call.
isNewlyCreated
- the value to setpublic HistoricAddmResult.Builder taskName(String taskName)
The name of the historic ADDM task.
taskName
- the value to setpublic HistoricAddmResult.Builder taskId(Long taskId)
The ID of the historic ADDM task.
taskId
- the value to setpublic HistoricAddmResult.Builder description(String description)
The description of the ADDM task.
description
- the value to setpublic HistoricAddmResult.Builder dbUser(String dbUser)
The database user who owns the historic ADDM task.
dbUser
- the value to setpublic HistoricAddmResult.Builder status(HistoricAddmResult.Status status)
The status of the ADDM task.
status
- the value to setpublic HistoricAddmResult.Builder timeCreated(Date timeCreated)
The creation date of the ADDM task.
timeCreated
- the value to setpublic HistoricAddmResult.Builder howCreated(HistoricAddmResult.HowCreated howCreated)
A description of how the task was created.
howCreated
- the value to setpublic HistoricAddmResult.Builder startSnapshotTime(Date startSnapshotTime)
The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.
startSnapshotTime
- the value to setpublic HistoricAddmResult.Builder endSnapshotTime(Date endSnapshotTime)
The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.
endSnapshotTime
- the value to setpublic HistoricAddmResult.Builder beginSnapshotId(Long beginSnapshotId)
The ID number of the beginning AWR snapshot.
beginSnapshotId
- the value to setpublic HistoricAddmResult.Builder endSnapshotId(Long endSnapshotId)
The ID number of the ending AWR snapshot.
endSnapshotId
- the value to setpublic HistoricAddmResult.Builder findings(Long findings)
The number of ADDM findings.
findings
- the value to setpublic HistoricAddmResult build()
public HistoricAddmResult.Builder copy(HistoricAddmResult model)
Copyright © 2016–2024. All rights reserved.