public class RelatedDocument extends Object
private Map<String,List<String>>
metadata
private URI
url
RelatedDocument(URI url, Map<String,List<String>> metadata)
protected boolean
canEqual(Object other)
boolean
equals(Object o)
Map<String,List<String>>
getMetadata()
URI
getUrl()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private final URI url
private final Map<String,List<String>> metadata
public RelatedDocument(URI url, Map<String,List<String>> metadata)
public URI getUrl()
public Map<String,List<String>> getMetadata()
public boolean equals(Object o)
equals
Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
public String toString()
toString