public static class SoftwarePackageFile.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SoftwarePackageFile |
build() |
SoftwarePackageFile.Builder |
checksum(String checksum) |
SoftwarePackageFile.Builder |
checksumType(String checksumType) |
SoftwarePackageFile.Builder |
copy(SoftwarePackageFile o) |
SoftwarePackageFile.Builder |
path(String path) |
SoftwarePackageFile.Builder |
sizeInBytes(Long sizeInBytes) |
SoftwarePackageFile.Builder |
timeModified(Date timeModified) |
SoftwarePackageFile.Builder |
type(String type) |
public SoftwarePackageFile.Builder path(String path)
public SoftwarePackageFile.Builder type(String type)
public SoftwarePackageFile.Builder timeModified(Date timeModified)
public SoftwarePackageFile.Builder checksum(String checksum)
public SoftwarePackageFile.Builder checksumType(String checksumType)
public SoftwarePackageFile.Builder sizeInBytes(Long sizeInBytes)
public SoftwarePackageFile build()
public SoftwarePackageFile.Builder copy(SoftwarePackageFile o)
Copyright © 2016–2020. All rights reserved.