@ThreadSafe public final class TraceNode0 extends Object implements TraceNode
| Constructor and Description |
|---|
TraceNode0(IDPair _registrant)
Creates a TraceNode0.
|
| 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.
|
String |
toString()
Returns the registrant's username.
|
int |
trustLevel()
Calculates the trust level of this node.
|
public TraceNode0(IDPair _registrant)
public String getArea()
TraceNodegetArea in interface TraceNodepublic String getCountryCode()
TraceNodegetCountryCode in interface TraceNodepublic String getGeohandle()
TraceNodegetGeohandle in interface TraceNodepublic String getOtherProperties()
TraceNodevotrace.js script.getOtherProperties in interface TraceNodevotrace.jspublic int primaryTrustEdgeCount()
TraceNodeprimaryTrustEdgeCount in interface TraceNodepublic IDPair registrant()
TraceNoderegistrant in interface TraceNodepublic int trustLevel()
TraceNodetrustLevel in interface TraceNode