public static class AddmTaskSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmTaskSummary.Builder |
beginSnapshotId(Long beginSnapshotId)
The ID number of the beginning AWR snapshot.
|
AddmTaskSummary |
build() |
AddmTaskSummary.Builder |
copy(AddmTaskSummary model) |
AddmTaskSummary.Builder |
dbUser(String dbUser)
The database user who owns the ADDM task.
|
AddmTaskSummary.Builder |
description(String description)
The description of the ADDM task.
|
AddmTaskSummary.Builder |
endSnapshotId(Long endSnapshotId)
The ID number of the ending AWR snapshot.
|
AddmTaskSummary.Builder |
endSnapshotTime(Date endSnapshotTime)
The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time
RFC3339 format.
|
AddmTaskSummary.Builder |
findings(Long findings)
The number of ADDM findings.
|
AddmTaskSummary.Builder |
howCreated(AddmTaskSummary.HowCreated howCreated)
A description of how the task was created.
|
AddmTaskSummary.Builder |
startSnapshotTime(Date startSnapshotTime)
The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time
RFC3339 format.
|
AddmTaskSummary.Builder |
status(AddmTaskSummary.Status status)
The status of the ADDM task.
|
AddmTaskSummary.Builder |
taskId(Long taskId)
The ID number of the ADDM task.
|
AddmTaskSummary.Builder |
taskName(String taskName)
The name of the ADDM task.
|
AddmTaskSummary.Builder |
timeCreated(Date timeCreated)
The creation date of the ADDM task.
|
public AddmTaskSummary.Builder taskName(String taskName)
The name of the ADDM task.
taskName
- the value to setpublic AddmTaskSummary.Builder taskId(Long taskId)
The ID number of the ADDM task.
taskId
- the value to setpublic AddmTaskSummary.Builder description(String description)
The description of the ADDM task.
description
- the value to setpublic AddmTaskSummary.Builder dbUser(String dbUser)
The database user who owns the ADDM task.
dbUser
- the value to setpublic AddmTaskSummary.Builder status(AddmTaskSummary.Status status)
The status of the ADDM task.
status
- the value to setpublic AddmTaskSummary.Builder timeCreated(Date timeCreated)
The creation date of the ADDM task.
timeCreated
- the value to setpublic AddmTaskSummary.Builder howCreated(AddmTaskSummary.HowCreated howCreated)
A description of how the task was created.
howCreated
- the value to setpublic AddmTaskSummary.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 AddmTaskSummary.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 AddmTaskSummary.Builder beginSnapshotId(Long beginSnapshotId)
The ID number of the beginning AWR snapshot.
beginSnapshotId
- the value to setpublic AddmTaskSummary.Builder endSnapshotId(Long endSnapshotId)
The ID number of the ending AWR snapshot.
endSnapshotId
- the value to setpublic AddmTaskSummary.Builder findings(Long findings)
The number of ADDM findings.
findings
- the value to setpublic AddmTaskSummary build()
public AddmTaskSummary.Builder copy(AddmTaskSummary model)
Copyright © 2016–2024. All rights reserved.