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
      java.lang.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;
      java.util.List<java.lang.String> getCategoriesList()
      repeated string categories = 4;
      java.lang.String getForeginId()
      string foregin_id = 2;
      com.google.protobuf.ByteString getForeginIdBytes()
      string foregin_id = 2;
      java.lang.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

        java.lang.String getForeignSource()
        string foreign_source = 1;
        Returns:
        The foreignSource.
      • getForeignSourceBytes

        com.google.protobuf.ByteString getForeignSourceBytes()
        string foreign_source = 1;
        Returns:
        The bytes for foreignSource.
      • getForeginId

        java.lang.String getForeginId()
        string foregin_id = 2;
        Returns:
        The foreginId.
      • getForeginIdBytes

        com.google.protobuf.ByteString getForeginIdBytes()
        string foregin_id = 2;
        Returns:
        The bytes for foreginId.
      • getNodeId

        int getNodeId()
        uint32 node_id = 3;
        Returns:
        The nodeId.
      • getCategoriesList

        java.util.List<java.lang.String> getCategoriesList()
        repeated string categories = 4;
        Returns:
        A list containing the categories.
      • getCategoriesCount

        int getCategoriesCount()
        repeated string categories = 4;
        Returns:
        The count of categories.
      • getCategories

        java.lang.String getCategories​(int index)
        repeated string categories = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The categories at the given index.
      • getCategoriesBytes

        com.google.protobuf.ByteString getCategoriesBytes​(int index)
        repeated string categories = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the categories at the given index.