public class RGridResource extends Object
| Constructor and Description |
|---|
RGridResource(String url,
String contentType,
byte[] content) |
RGridResource(String url,
String contentType,
byte[] content,
Integer errorStatusCode) |
| Modifier and Type | Method and Description |
|---|---|
static RGridResource |
createEmpty(String url) |
boolean |
equals(Object o) |
byte[] |
getContent() |
String |
getContentType() |
Integer |
getErrorStatusCode() |
String |
getHashFormat() |
String |
getSha256() |
int |
getSize() |
String |
getUrl() |
int |
hashCode() |
Set<URI> |
parse(com.applitools.eyes.Logger logger,
Set<String> testIds) |
void |
resetContent() |
void |
setContent(byte[] content) |
void |
setWasDebugWritten() |
String |
toString() |
boolean |
wasDebugWritten() |
boolean |
wasParsed() |
public static RGridResource createEmpty(String url)
public String getUrl()
public String getContentType()
public void resetContent()
public byte[] getContent()
public void setContent(byte[] content)
public String getHashFormat()
public String getSha256()
public Integer getErrorStatusCode()
public boolean wasDebugWritten()
public void setWasDebugWritten()
public boolean wasParsed()
public int getSize()
Copyright © 2021. All rights reserved.