Interface Transport.RouteMonitoringPacket.PathAttribute.ExtendedCommunityOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAuthoritative()
      bool authoritative = 3;
      int getHighType()
      uint32 high_type = 1;
      int getLowType()
      uint32 low_type = 2;
      boolean getTransitive()
      bool transitive = 4;
      String getType()
      string type = 5;
      com.google.protobuf.ByteString getTypeBytes()
      string type = 5;
      String getValue()
      string value = 6;
      com.google.protobuf.ByteString getValueBytes()
      string value = 6;
      • 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

      • getHighType

        int getHighType()
        uint32 high_type = 1;
        Returns:
        The highType.
      • getLowType

        int getLowType()
        uint32 low_type = 2;
        Returns:
        The lowType.
      • getAuthoritative

        boolean getAuthoritative()
        bool authoritative = 3;
        Returns:
        The authoritative.
      • getTransitive

        boolean getTransitive()
        bool transitive = 4;
        Returns:
        The transitive.
      • getType

        String getType()
        string type = 5;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 5;
        Returns:
        The bytes for type.
      • getValue

        String getValue()
        string value = 6;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        string value = 6;
        Returns:
        The bytes for value.