public class GetConsoleOutputResult extends Object implements Serializable
Constructor and Description |
---|
GetConsoleOutputResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDecodedOutput()
The decoded console output.
|
String |
getInstanceId()
The ID of the instance.
|
String |
getOutput()
The console output, Base64-encoded.
|
Date |
getTimestamp()
The time the output was last updated.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setOutput(String output)
The console output, Base64-encoded.
|
void |
setTimestamp(Date timestamp)
The time the output was last updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public String getInstanceId()
The ID of the instance.
public void setTimestamp(Date timestamp)
The time the output was last updated.
timestamp
- The time the output was last updated.public Date getTimestamp()
The time the output was last updated.
public void setOutput(String output)
The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.
output
- The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.public String getOutput()
The console output, Base64-encoded. If using a command line tool, the tool decodes the output for you.
public String getDecodedOutput()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.