Class TextMatch
java.lang.Object
edu.sustech.search.engine.github.models.TextMatch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setAdditionalProperty
(String name, Object value) void
setFragment
(String fragment) void
setMatches
(List<Match> matches) void
setObjectType
(String objectType) void
setObjectUrl
(String objectUrl) void
setProperty
(String property) toString()
-
Constructor Details
-
TextMatch
public TextMatch()
-
-
Method Details
-
getObjectUrl
-
setObjectUrl
-
getObjectType
-
setObjectType
-
getProperty
-
setProperty
-
getFragment
-
setFragment
-
getMatches
-
setMatches
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-