Uses of Class
dev.vality.damsel.wb_list.P2pId
-
Uses of P2pId in dev.vality.damsel.wb_list
Methods in dev.vality.damsel.wb_list that return P2pId Modifier and Type Method Description P2pIdP2pId. deepCopy()P2pIdIdInfo. getP2pId()P2pIdP2pId. setIdentityId(String identity_id)Methods in dev.vality.damsel.wb_list with parameters of type P2pId Modifier and Type Method Description intP2pId. compareTo(P2pId other)booleanP2pId. equals(P2pId that)static IdInfoIdInfo. p2p_id(P2pId value)voidIdInfo. setP2pId(P2pId value)Constructors in dev.vality.damsel.wb_list with parameters of type P2pId Constructor Description P2pId(P2pId other)Performs a deep copy on other.