public class LinkedDataResult extends GenericModel
Constructor and Description |
---|
LinkedDataResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLink()
Gets the link.
|
java.lang.String |
getSource()
Gets the source.
|
void |
setLink(java.lang.String link)
Sets the link.
|
void |
setSource(java.lang.String source)
Sets the source.
|
equals, hashCode, toString
public java.lang.String getSource()
public java.lang.String getLink()
public void setSource(java.lang.String source)
source
- the new sourcepublic void setLink(java.lang.String link)
link
- the new link