Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Upload |
build() |
Upload.Builder |
copy(Upload model) |
Upload.Builder |
name(String name)
The name of the upload container.
|
Upload.Builder |
reference(String reference)
Unique internal identifier to refer the upload container.
|
Upload.Builder |
timeCreated(Date timeCreated)
The time when this upload container is created.
|
Upload.Builder |
timeEarliestLogEntry(Date timeEarliestLogEntry)
This time represents the earliest time of the log entry in this container.
|
Upload.Builder |
timeLatestLogEntry(Date timeLatestLogEntry)
This time represents the latest time of the log entry in this container.
|
Upload.Builder |
timeUpdated(Date timeUpdated)
The latest time when this upload container is modified.
|
Upload.Builder |
warningsCount(Integer warningsCount)
Number of warnings associated to the upload.
|
public Upload.Builder reference(String reference)
Unique internal identifier to refer the upload container.
reference
- the value to setpublic Upload.Builder name(String name)
The name of the upload container.
name
- the value to setpublic Upload.Builder timeCreated(Date timeCreated)
The time when this upload container is created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic Upload.Builder timeUpdated(Date timeUpdated)
The latest time when this upload container is modified. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic Upload.Builder timeEarliestLogEntry(Date timeEarliestLogEntry)
This time represents the earliest time of the log entry in this container. An RFC3339 formatted datetime string.
timeEarliestLogEntry
- the value to setpublic Upload.Builder timeLatestLogEntry(Date timeLatestLogEntry)
This time represents the latest time of the log entry in this container. An RFC3339 formatted datetime string.
timeLatestLogEntry
- the value to setpublic Upload.Builder warningsCount(Integer warningsCount)
Number of warnings associated to the upload.
warningsCount
- the value to setpublic Upload build()
public Upload.Builder copy(Upload model)
Copyright © 2016–2024. All rights reserved.