Package ai.platon.pulsar.coding
Class ShellResult
-
- All Implemented Interfaces:
public final class ShellResultShell command execution result containing exit code, stdout, stderr, and metadata.
-
-
Method Summary
Modifier and Type Method Description final StringgetSessionId()final StringgetCommand()final IntegergetExitCode()final StringgetStdout()final StringgetStderr()final LonggetDurationMs()final BooleangetTimedOut()final BooleangetSuccess()StringtoString()-
-
Method Detail
-
getSessionId
final String getSessionId()
-
getCommand
final String getCommand()
-
getExitCode
final Integer getExitCode()
-
getDurationMs
final Long getDurationMs()
-
getTimedOut
final Boolean getTimedOut()
-
getSuccess
final Boolean getSuccess()
-
-
-
-