public class JobMetadata extends BaseDTO
Modifier and Type | Class and Description |
---|---|
static class |
JobMetadata.Builder
Builder for creating a JobMetadata instance.
|
Modifier | Constructor and Description |
---|---|
protected |
JobMetadata(JobMetadata.Builder builder)
Constructor used only through the builder.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.String> |
getClientHost()
Get the client host.
|
java.util.Optional<java.lang.Integer> |
getNumAttachments()
Get the number of attachments.
|
java.util.Optional<java.lang.Long> |
getStdErrSize()
Get the size of standard error for this job.
|
java.util.Optional<java.lang.Long> |
getStdOutSize()
Get the size of standard out for this job.
|
java.util.Optional<java.lang.Long> |
getTotalSizeOfAttachments()
Get the total size of the attachments.
|
java.util.Optional<java.lang.String> |
getUserAgent()
Get the user agent.
|
getCreated, getId, getUpdated, toString
protected JobMetadata(JobMetadata.Builder builder)
builder
- The builder to construct frompublic java.util.Optional<java.lang.String> getClientHost()
public java.util.Optional<java.lang.String> getUserAgent()
public java.util.Optional<java.lang.Integer> getNumAttachments()
public java.util.Optional<java.lang.Long> getTotalSizeOfAttachments()
public java.util.Optional<java.lang.Long> getStdOutSize()
public java.util.Optional<java.lang.Long> getStdErrSize()