public static class ImportManifest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImportManifest |
build() |
ImportManifest.Builder |
copy(ImportManifest model) |
ImportManifest.Builder |
exportDetails(Object exportDetails)
application specific details as parsed from various sources of the application that was
exported
|
ImportManifest.Builder |
exportType(String exportType)
the type of application that the export tool was executed against to generate this
manifest
|
ImportManifest.Builder |
md5(String md5)
the MD5 hash of the export artifact archive that was produced by the export tool and
should be used with this manifest
|
ImportManifest.Builder |
signature(String signature)
a sha1 hash of all the fields of this manifest (excluding the signature)
|
ImportManifest.Builder |
timestamp(Date timestamp)
when this manifest was generated
|
ImportManifest.Builder |
version(String version)
the version of the export tool that was used to generate the manifest
|
public ImportManifest.Builder version(String version)
the version of the export tool that was used to generate the manifest
version
- the value to setpublic ImportManifest.Builder exportType(String exportType)
the type of application that the export tool was executed against to generate this manifest
exportType
- the value to setpublic ImportManifest.Builder exportDetails(Object exportDetails)
application specific details as parsed from various sources of the application that was exported
exportDetails
- the value to setpublic ImportManifest.Builder timestamp(Date timestamp)
when this manifest was generated
timestamp
- the value to setpublic ImportManifest.Builder md5(String md5)
the MD5 hash of the export artifact archive that was produced by the export tool and should be used with this manifest
md5
- the value to setpublic ImportManifest.Builder signature(String signature)
a sha1 hash of all the fields of this manifest (excluding the signature)
signature
- the value to setpublic ImportManifest build()
public ImportManifest.Builder copy(ImportManifest model)
Copyright © 2016–2023. All rights reserved.