public class SourceResponse
extends java.lang.Object
| Constructor and Description |
|---|
SourceResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContent()
Content of the source reference.
|
java.lang.String |
getMimeType()
Optional content type (mime type) of the source.
|
int |
hashCode() |
void |
setContent(java.lang.String content)
Content of the source reference.
|
void |
setMimeType(java.lang.String mimeType)
Optional content type (mime type) of the source.
|
java.lang.String |
toString() |
@Pure public java.lang.String getContent()
public void setContent(java.lang.String content)
@Pure public java.lang.String getMimeType()
This is an optional property.
public void setMimeType(java.lang.String mimeType)
This is an optional property.
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object