public interface TraceNode extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getArea()
The registrant's local area of residence, or null if unspecified.
|
String |
getCountryCode()
The registrant's country of residence in ISO_3166-1 alpha-2
form, or null if unspecified.
|
String |
getGeohandle()
The normalized, geo-locatable address string for the registrant's primary
residential address.
|
String |
getOtherProperties()
Other registration properties.
|
int |
primaryTrustEdgeCount()
The number of primary trust edges extending to this node.
|
IDPair |
registrant()
The registrant.
|
int |
trustLevel()
Calculates the trust level of this node.
|
String getArea()
String getCountryCode()
String getGeohandle()
String getOtherProperties()
votrace.js
script.votrace.js
int primaryTrustEdgeCount()
IDPair registrant()
int trustLevel()