@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()
TraceNode
getArea
in interface TraceNode
public String getCountryCode()
TraceNode
getCountryCode
in interface TraceNode
public String getGeohandle()
TraceNode
getGeohandle
in interface TraceNode
public String getOtherProperties()
TraceNode
votrace.js
script.getOtherProperties
in interface TraceNode
votrace.js
public int primaryTrustEdgeCount()
TraceNode
primaryTrustEdgeCount
in interface TraceNode
public IDPair registrant()
TraceNode
registrant
in interface TraceNode
public int trustLevel()
TraceNode
trustLevel
in interface TraceNode