@Entity public class JobMetadataEntity extends BaseEntity
Constructor and Description |
---|
JobMetadataEntity() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.String> |
getClientHost()
Get the client host.
|
JobMetadata |
getDTO()
Get a DTO representation of this entity.
|
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, getEntityVersion, getId, getUpdated, onCreateBaseEntity, onUpdateBaseEntity, setCreated, setEntityVersion, setId, setUpdated
public 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()
public JobMetadata getDTO()