@Experimental public class VSimScoreAttribs extends java.lang.Object
| Constructor and Description |
|---|
VSimScoreAttribs(java.lang.Double score,
java.lang.String attributes)
Creates a new VSimScoreAttribs instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAttributes()
Gets the element attributes.
|
java.lang.Double |
getScore()
Gets the similarity score.
|
int |
hashCode() |
java.lang.String |
toString() |
public VSimScoreAttribs(java.lang.Double score,
java.lang.String attributes)
score - the similarity score (0.0 to 1.0)attributes - the element attributes as JSON string, or null if no attributespublic java.lang.Double getScore()
public java.lang.String getAttributes()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2025. All rights reserved.