public static class JavaDownloadRecord.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JavaDownloadRecord.Builder |
architecture(String architecture)
The target Operating System architecture for the artifact.
|
JavaDownloadRecord |
build() |
JavaDownloadRecord.Builder |
copy(JavaDownloadRecord model) |
JavaDownloadRecord.Builder |
downloadSourceId(String downloadSourceId)
Identifier of the source that downloaded the artifact.
|
JavaDownloadRecord.Builder |
downloadType(String downloadType)
Type of download.
|
JavaDownloadRecord.Builder |
familyDisplayName(String familyDisplayName)
The Java family display name.
|
JavaDownloadRecord.Builder |
familyVersion(String familyVersion)
The Java family version identifier.
|
JavaDownloadRecord.Builder |
osFamily(String osFamily)
The target Operating System family for the artifact.
|
JavaDownloadRecord.Builder |
packageType(String packageType)
The package type (typically the file extension) of the artifact.
|
JavaDownloadRecord.Builder |
packageTypeDetail(String packageTypeDetail)
Additional information about the package type.
|
JavaDownloadRecord.Builder |
releaseVersion(String releaseVersion)
The Java release version identifier.
|
JavaDownloadRecord.Builder |
timeDownloaded(Date timeDownloaded)
Timestamp of download.
|
public JavaDownloadRecord.Builder familyVersion(String familyVersion)
The Java family version identifier.
familyVersion
- the value to setpublic JavaDownloadRecord.Builder familyDisplayName(String familyDisplayName)
The Java family display name.
familyDisplayName
- the value to setpublic JavaDownloadRecord.Builder releaseVersion(String releaseVersion)
The Java release version identifier.
releaseVersion
- the value to setpublic JavaDownloadRecord.Builder osFamily(String osFamily)
The target Operating System family for the artifact.
osFamily
- the value to setpublic JavaDownloadRecord.Builder architecture(String architecture)
The target Operating System architecture for the artifact.
architecture
- the value to setpublic JavaDownloadRecord.Builder packageType(String packageType)
The package type (typically the file extension) of the artifact.
packageType
- the value to setpublic JavaDownloadRecord.Builder packageTypeDetail(String packageTypeDetail)
Additional information about the package type.
packageTypeDetail
- the value to setpublic JavaDownloadRecord.Builder downloadSourceId(String downloadSourceId)
Identifier of the source that downloaded the artifact.
downloadSourceId
- the value to setpublic JavaDownloadRecord.Builder timeDownloaded(Date timeDownloaded)
Timestamp of download.
timeDownloaded
- the value to setpublic JavaDownloadRecord.Builder downloadType(String downloadType)
Type of download.
downloadType
- the value to setpublic JavaDownloadRecord build()
public JavaDownloadRecord.Builder copy(JavaDownloadRecord model)
Copyright © 2016–2024. All rights reserved.