Interface Transport.RouteMonitoringPacket.PathAttribute.LargeCommunityOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getGlobalAdministrator()
      uint32 global_administrator = 1;
      int getLocalDataPart1()
      uint32 local_data_part_1 = 2;
      int getLocalDataPart2()
      uint32 local_data_part_2 = 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

      • getGlobalAdministrator

        int getGlobalAdministrator()
        uint32 global_administrator = 1;
        Returns:
        The globalAdministrator.
      • getLocalDataPart1

        int getLocalDataPart1()
        uint32 local_data_part_1 = 2;
        Returns:
        The localDataPart1.
      • getLocalDataPart2

        int getLocalDataPart2()
        uint32 local_data_part_2 = 3;
        Returns:
        The localDataPart2.