Interface NodeInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    NodeInfo, NodeInfo.Builder

    public interface NodeInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCategories​(int index)
      repeated string categories = 4;
      com.google.protobuf.ByteString getCategoriesBytes​(int index)
      repeated string categories = 4;
      int getCategoriesCount()
      repeated string categories = 4;
      List<String> getCategoriesList()
      repeated string categories = 4;
      String getForeginId()
      string foregin_id = 2;
      com.google.protobuf.ByteString getForeginIdBytes()
      string foregin_id = 2;
      String getForeignSource()
      string foreign_source = 1;
      com.google.protobuf.ByteString getForeignSourceBytes()
      string foreign_source = 1;
      int getNodeId()
      uint32 node_id = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getForeignSource

        String getForeignSource()
        string foreign_source = 1;
      • getForeignSourceBytes

        com.google.protobuf.ByteString getForeignSourceBytes()
        string foreign_source = 1;
      • getForeginId

        String getForeginId()
        string foregin_id = 2;
      • getForeginIdBytes

        com.google.protobuf.ByteString getForeginIdBytes()
        string foregin_id = 2;
      • getNodeId

        int getNodeId()
        uint32 node_id = 3;
      • getCategoriesList

        List<String> getCategoriesList()
        repeated string categories = 4;
      • getCategoriesCount

        int getCategoriesCount()
        repeated string categories = 4;
      • getCategories

        String getCategories​(int index)
        repeated string categories = 4;
      • getCategoriesBytes

        com.google.protobuf.ByteString getCategoriesBytes​(int index)
        repeated string categories = 4;