public class GetConsoleScreenshotResult extends Object implements Serializable
Constructor and Description |
---|
GetConsoleScreenshotResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getImageData()
The data that comprises the image.
|
String |
getInstanceId()
The ID of the instance.
|
int |
hashCode() |
void |
setImageData(String imageData)
The data that comprises the image.
|
void |
setInstanceId(String instanceId)
The ID of the instance.
|
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 setImageData(String imageData)
The data that comprises the image.
imageData
- The data that comprises the image.public String getImageData()
The data that comprises the image.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.