public static class ComplianceReportPatchDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComplianceReportPatchDetail |
build() |
ComplianceReportPatchDetail.Builder |
copy(ComplianceReportPatchDetail model) |
ComplianceReportPatchDetail.Builder |
patchDescription(String patchDescription)
Patch description.
|
ComplianceReportPatchDetail.Builder |
patchName(String patchName)
Patch name.
|
ComplianceReportPatchDetail.Builder |
patchType(String patchType)
Type of patch.
|
ComplianceReportPatchDetail.Builder |
timeApplied(Date timeApplied)
Time the patch was applied.
|
ComplianceReportPatchDetail.Builder |
timeReleased(Date timeReleased)
The date on which patch was released.
|
public ComplianceReportPatchDetail.Builder patchName(String patchName)
Patch name.
patchName
- the value to setpublic ComplianceReportPatchDetail.Builder patchDescription(String patchDescription)
Patch description.
patchDescription
- the value to setpublic ComplianceReportPatchDetail.Builder timeApplied(Date timeApplied)
Time the patch was applied.
timeApplied
- the value to setpublic ComplianceReportPatchDetail.Builder timeReleased(Date timeReleased)
The date on which patch was released.
timeReleased
- the value to setpublic ComplianceReportPatchDetail.Builder patchType(String patchType)
Type of patch.
patchType
- the value to setpublic ComplianceReportPatchDetail build()
public ComplianceReportPatchDetail.Builder copy(ComplianceReportPatchDetail model)
Copyright © 2016–2024. All rights reserved.