Interface LspMon.rro_type_entryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LspMon.rro_type_entry, LspMon.rro_type_entry.Builder
    Enclosing class:
    LspMon

    public static interface LspMon.rro_type_entryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getFlags()
      contains flags
      int getIntfAddr()
      interface-ip
      int getLabel()
      may be using PHP
      int getNodeid()
      node-id or loopback
      boolean hasFlags()
      contains flags
      boolean hasIntfAddr()
      interface-ip
      boolean hasLabel()
      may be using PHP
      boolean hasNodeid()
      node-id or loopback
      • 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

      • hasNodeid

        boolean hasNodeid()
         node-id or loopback
         
        optional uint32 nodeid = 1;
        Returns:
        Whether the nodeid field is set.
      • getNodeid

        int getNodeid()
         node-id or loopback
         
        optional uint32 nodeid = 1;
        Returns:
        The nodeid.
      • hasFlags

        boolean hasFlags()
         contains flags
         
        optional uint32 flags = 2;
        Returns:
        Whether the flags field is set.
      • getFlags

        int getFlags()
         contains flags
         
        optional uint32 flags = 2;
        Returns:
        The flags.
      • hasIntfAddr

        boolean hasIntfAddr()
         interface-ip
         
        optional uint32 intf_addr = 3;
        Returns:
        Whether the intfAddr field is set.
      • getIntfAddr

        int getIntfAddr()
         interface-ip
         
        optional uint32 intf_addr = 3;
        Returns:
        The intfAddr.
      • hasLabel

        boolean hasLabel()
         may be using PHP
         
        optional uint32 label = 4;
        Returns:
        Whether the label field is set.
      • getLabel

        int getLabel()
         may be using PHP
         
        optional uint32 label = 4;
        Returns:
        The label.