public class ShellOutputDTO extends Object implements Serializable
Default
validation group is intended for submission from the daemon to the server.| Modifier and Type | Field and Description |
|---|---|
org.joda.time.Instant |
commandEndTime |
org.joda.time.Instant |
commandStartTime |
String |
customerId
Filled-in by the server.
|
Integer |
exitCode |
UUID |
id |
UUID |
machineId
Computed by the server.
|
String |
output |
org.joda.time.Instant |
serverTime
Filled-in by the server.
|
UUID |
sshDaemonId |
UUID |
targetId |
UUID |
workUnitId |
| Constructor and Description |
|---|
ShellOutputDTO() |
@NotNull public UUID id
@NotNull public UUID targetId
@Null(groups=javax.validation.groups.Default.class) public UUID machineId
@NotNull public UUID workUnitId
@NotNull public UUID sshDaemonId
@NotNull public String output
@NotNull public Integer exitCode
@NotNull public org.joda.time.Instant commandStartTime
@NotNull public org.joda.time.Instant commandEndTime
@Null(groups=javax.validation.groups.Default.class) public org.joda.time.Instant serverTime
@Null(groups=javax.validation.groups.Default.class) public String customerId
Copyright © 2017. All rights reserved.