public static class PatchSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatchSummary |
build() |
PatchSummary.Builder |
copy(PatchSummary model) |
PatchSummary.Builder |
timeReleased(Date timeReleased)
The time when the patch was released.
|
PatchSummary.Builder |
version(String version)
The version of the patch.
|
public PatchSummary.Builder version(String version)
The version of the patch.
version
- the value to setpublic PatchSummary.Builder timeReleased(Date timeReleased)
The time when the patch was released.
timeReleased
- the value to setpublic PatchSummary build()
public PatchSummary.Builder copy(PatchSummary model)
Copyright © 2016–2024. All rights reserved.