public static class PdbStatusDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PdbStatusDetails |
build() |
PdbStatusDetails.Builder |
copy(PdbStatusDetails model) |
PdbStatusDetails.Builder |
count(Integer count)
The number of PDBs with this status.
|
PdbStatusDetails.Builder |
status(DatabaseStatus status)
The status of the PDBs with this count.
|
public PdbStatusDetails.Builder status(DatabaseStatus status)
The status of the PDBs with this count.
status
- the value to setpublic PdbStatusDetails.Builder count(Integer count)
The number of PDBs with this status.
count
- the value to setpublic PdbStatusDetails build()
public PdbStatusDetails.Builder copy(PdbStatusDetails model)
Copyright © 2016–2024. All rights reserved.