public static class SourceResponse.ResponseBody extends JSONBase
| Modifier and Type | Method and Description |
|---|---|
static SourceResponse.ResponseBody |
create(String content) |
boolean |
equals(Object obj) |
String |
getContent()
Content of the source reference.
|
String |
getMimeType()
Optional content type (mime type) of the source.
|
int |
hashCode() |
SourceResponse.ResponseBody |
setContent(String content) |
SourceResponse.ResponseBody |
setMimeType(String mimeType) |
public String getContent()
public SourceResponse.ResponseBody setContent(String content)
public String getMimeType()
public SourceResponse.ResponseBody setMimeType(String mimeType)
public static SourceResponse.ResponseBody create(String content)