com.opera.core.systems.model
Class ScreenShotReply
java.lang.Object
com.opera.core.systems.model.ScreenShotReply
public class ScreenShotReply
- extends Object
A wrapper object for screenshot reply, is used to overcome the problem of two different protocols
(XML/PB)
- Author:
- Deniz Turkoglu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
windowId
protected int windowId
md5
protected String md5
png
protected byte[] png
blank
protected boolean blank
crashed
protected boolean crashed
colorResult
protected List<ColorResult> colorResult
ScreenShotReply
public ScreenShotReply(String md5)
ScreenShotReply
public ScreenShotReply(String md5,
byte[] png)
ScreenShotReply
public ScreenShotReply(String md5,
List<ColorResult> colorResult)
getColorResult
public List<ColorResult> getColorResult()
setColorResult
public void setColorResult(List<ColorResult> colorResult)
getWindowId
public int getWindowId()
setWindowId
public void setWindowId(int windowId)
getMd5
public String getMd5()
setMd5
public void setMd5(String md5)
getPng
public byte[] getPng()
setPng
public void setPng(byte[] png)
isBlank
public boolean isBlank()
setBlank
public void setBlank(boolean blank)
isCrashed
public boolean isCrashed()
setCrashed
public void setCrashed(boolean crashed)
Copyright © 2012. All Rights Reserved.