public class CSDKCommandInfo extends Object implements csdk.v1_0.api.command.ICommandInfo
| Constructor and Description |
|---|
CSDKCommandInfo(csbase.logic.CommandNotification data)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandId() |
Integer |
getCPUTimeSec() |
String |
getDescription() |
Integer |
getElapsedTimeSec() |
Long |
getEndTime() |
String |
getExecutionHost() |
Integer |
getExitCode() |
csdk.v1_0.api.command.ICommandInfo.FinalizationType |
getFinalizationType() |
Integer |
getGuiltyNodeId() |
String |
getProjectId() |
Long |
getStartTime() |
Integer |
getUserTimeSec() |
public CSDKCommandInfo(csbase.logic.CommandNotification data)
data - a notificação a ser encapsulada.public String getCommandId()
getCommandId in interface csdk.v1_0.api.command.ICommandInfopublic csdk.v1_0.api.command.ICommandInfo.FinalizationType getFinalizationType()
getFinalizationType in interface csdk.v1_0.api.command.ICommandInfopublic String getExecutionHost()
getExecutionHost in interface csdk.v1_0.api.command.ICommandInfopublic String getDescription()
getDescription in interface csdk.v1_0.api.command.ICommandInfopublic Integer getExitCode()
getExitCode in interface csdk.v1_0.api.command.ICommandInfopublic String getProjectId()
getProjectId in interface csdk.v1_0.api.command.ICommandInfopublic Long getStartTime()
getStartTime in interface csdk.v1_0.api.command.ICommandInfopublic Integer getGuiltyNodeId()
getGuiltyNodeId in interface csdk.v1_0.api.command.ICommandInfopublic Integer getCPUTimeSec()
getCPUTimeSec in interface csdk.v1_0.api.command.ICommandInfopublic Integer getElapsedTimeSec()
getElapsedTimeSec in interface csdk.v1_0.api.command.ICommandInfopublic Long getEndTime()
getEndTime in interface csdk.v1_0.api.command.ICommandInfopublic Integer getUserTimeSec()
getUserTimeSec in interface csdk.v1_0.api.command.ICommandInfoCopyright © 2019. All rights reserved.