Class TopologyResponseBodyV1

java.lang.Object
org.stellar.sdk.xdr.TopologyResponseBodyV1

public class TopologyResponseBodyV1 extends Object
TopologyResponseBodyV1's original definition in the XDR file is:
 struct TopologyResponseBodyV1
 {
     PeerStatList inboundPeers;
     PeerStatList outboundPeers;

     uint32 totalInboundPeerCount;
     uint32 totalOutboundPeerCount;

     uint32 maxInboundPeerCount;
     uint32 maxOutboundPeerCount;
 };