Interface PeerSeedProtos.PeerSeedDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIpAddress()
      required string ip_address = 1;
      com.google.protobuf.ByteString getIpAddressBytes()
      required string ip_address = 1;
      int getPort()
      required uint32 port = 2;
      int getServices()
      required uint32 services = 3;
      boolean hasIpAddress()
      required string ip_address = 1;
      boolean hasPort()
      required uint32 port = 2;
      boolean hasServices()
      required uint32 services = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.