public class BlobData extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_RESOURCE_SIZE |
| Constructor and Description |
|---|
BlobData() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearContent() |
Integer |
getErrorStatusCode() |
String |
getType() |
String |
getUrl() |
String |
getValue() |
void |
setErrorStatusCode(Integer errorStatusCode) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setValue(String value) |
String |
toString() |
public static final int MAX_RESOURCE_SIZE
public String getUrl()
public void setUrl(String url)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
public void clearContent()
public Integer getErrorStatusCode()
public void setErrorStatusCode(Integer errorStatusCode)
Copyright © 2021. All rights reserved.