public class CommandResult
extends java.lang.Object
Constructor and Description |
---|
CommandResult() |
Modifier and Type | Method and Description |
---|---|
CollectionProfile |
getCollectionProfile() |
long |
getCollectionTime() |
java.lang.String |
getDevice() |
java.lang.String |
getOutput() |
boolean |
isHasErrors() |
void |
setCollectionProfile(CollectionProfile collectionProfile) |
void |
setCollectionTime(long collectionTime) |
void |
setDevice(java.lang.String device) |
void |
setHasErrors(boolean hasErrors) |
void |
setOutput(java.lang.String output) |
public java.lang.String getDevice()
public long getCollectionTime()
public boolean isHasErrors()
public java.lang.String getOutput()
public void setDevice(java.lang.String device)
device
- the device to setpublic void setCollectionTime(long collectionTime)
collectionTime
- the collectionTime to setpublic void setHasErrors(boolean hasErrors)
hasErrors
- the hasErrors to setpublic void setOutput(java.lang.String output)
output
- the output to setpublic CollectionProfile getCollectionProfile()
public void setCollectionProfile(CollectionProfile collectionProfile)
collectionProfile
- the collectionProfile to set