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

    Modifier and Type
    Method
    Description
    required string ip_address = 1;
    com.google.protobuf.ByteString
    required string ip_address = 1;
    int
    required uint32 port = 2;
    int
    required uint32 services = 3;
    boolean
    required string ip_address = 1;
    boolean
    required uint32 port = 2;
    boolean
    required uint32 services = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasIpAddress

      boolean hasIpAddress()
      required string ip_address = 1;
      Returns:
      Whether the ipAddress field is set.
    • getIpAddress

      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.