Package org.bitcoin.crawler
Interface PeerSeedProtos.PeerSeedDataOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
 - All Known Implementing Classes:
- PeerSeedProtos.PeerSeedData,- PeerSeedProtos.PeerSeedData.Builder
 - Enclosing class:
- PeerSeedProtos
 
 public static interface PeerSeedProtos.PeerSeedDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIpAddress()required string ip_address = 1;com.google.protobuf.ByteStringgetIpAddressBytes()required string ip_address = 1;intgetPort()required uint32 port = 2;intgetServices()required uint32 services = 3;booleanhasIpAddress()required string ip_address = 1;booleanhasPort()required uint32 port = 2;booleanhasServices()required uint32 services = 3;
 
- 
- 
- 
Method Detail- 
hasIpAddressboolean hasIpAddress() required string ip_address = 1;- Returns:
- Whether the ipAddress field is set.
 
 - 
getIpAddressjava.lang.String getIpAddress() required string ip_address = 1;- Returns:
- The ipAddress.
 
 - 
getIpAddressBytescom.google.protobuf.ByteString getIpAddressBytes() required string ip_address = 1;- Returns:
- The bytes for ipAddress.
 
 - 
hasPortboolean hasPort() required uint32 port = 2;- Returns:
- Whether the port field is set.
 
 - 
getPortint getPort() required uint32 port = 2;- Returns:
- The port.
 
 - 
hasServicesboolean hasServices() required uint32 services = 3;- Returns:
- Whether the services field is set.
 
 - 
getServicesint getServices() required uint32 services = 3;- Returns:
- The services.
 
 
- 
 
-