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 Summary
All 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
- 
hasIpAddress
boolean hasIpAddress()
required string ip_address = 1;- Returns:
 - Whether the ipAddress field is set.
 
 
- 
getIpAddress
java.lang.String getIpAddress()
required string ip_address = 1;- Returns:
 - The ipAddress.
 
 
- 
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
required string ip_address = 1;- Returns:
 - The bytes for ipAddress.
 
 
- 
hasPort
boolean hasPort()
required uint32 port = 2;- Returns:
 - Whether the port field is set.
 
 
- 
getPort
int getPort()
required uint32 port = 2;- Returns:
 - The port.
 
 
- 
hasServices
boolean hasServices()
required uint32 services = 3;- Returns:
 - Whether the services field is set.
 
 
- 
getServices
int getServices()
required uint32 services = 3;- Returns:
 - The services.
 
 
 - 
 
 -