public class NodeInfo
Info about a network node that acts on behalf of some form of contract party.
Constructor and Description |
---|
NodeInfo(SingleMessageRecipient address,
Party legalIdentity,
java.util.List<net.corda.core.node.ServiceEntry> advertisedServices,
PhysicalLocation physicalLocation)
Info about a network node that acts on behalf of some form of contract party.
|
Modifier and Type | Method and Description |
---|---|
SingleMessageRecipient |
component1() |
Party |
component2() |
java.util.List<net.corda.core.node.ServiceEntry> |
component3() |
PhysicalLocation |
component4() |
NodeInfo |
copy(SingleMessageRecipient address,
Party legalIdentity,
java.util.List<net.corda.core.node.ServiceEntry> advertisedServices,
PhysicalLocation physicalLocation)
Info about a network node that acts on behalf of some form of contract party.
|
boolean |
equals(java.lang.Object p) |
SingleMessageRecipient |
getAddress() |
java.util.List<net.corda.core.node.ServiceEntry> |
getAdvertisedServices() |
Party |
getLegalIdentity() |
Party |
getNotaryIdentity() |
PhysicalLocation |
getPhysicalLocation() |
int |
hashCode() |
java.util.List<net.corda.core.crypto.Party> |
serviceIdentities(ServiceType type) |
void |
setAdvertisedServices(java.util.List<net.corda.core.node.ServiceEntry> p) |
java.lang.String |
toString() |
public NodeInfo(SingleMessageRecipient address, Party legalIdentity, java.util.List<net.corda.core.node.ServiceEntry> advertisedServices, PhysicalLocation physicalLocation)
Info about a network node that acts on behalf of some form of contract party.
public Party getNotaryIdentity()
public java.util.List<net.corda.core.crypto.Party> serviceIdentities(ServiceType type)
public SingleMessageRecipient getAddress()
public Party getLegalIdentity()
public java.util.List<net.corda.core.node.ServiceEntry> getAdvertisedServices()
public void setAdvertisedServices(java.util.List<net.corda.core.node.ServiceEntry> p)
public PhysicalLocation getPhysicalLocation()
public SingleMessageRecipient component1()
public Party component2()
public java.util.List<net.corda.core.node.ServiceEntry> component3()
public PhysicalLocation component4()
public NodeInfo copy(SingleMessageRecipient address, Party legalIdentity, java.util.List<net.corda.core.node.ServiceEntry> advertisedServices, PhysicalLocation physicalLocation)
Info about a network node that acts on behalf of some form of contract party.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)