Interface OpennmsModelProtos.IpInterfaceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      uint64 id = 1;
      int getIfIndex()
      uint32 if_index = 3;
      java.lang.String getIpAddress()
      string ip_address = 2;
      com.google.protobuf.ByteString getIpAddressBytes()
      string ip_address = 2;
      OpennmsModelProtos.IpInterface.PrimaryType getPrimaryType()
      .IpInterface.PrimaryType primary_type = 4;
      int getPrimaryTypeValue()
      .IpInterface.PrimaryType primary_type = 4;
      java.lang.String getService​(int index)
      repeated string service = 5;
      com.google.protobuf.ByteString getServiceBytes​(int index)
      repeated string service = 5;
      int getServiceCount()
      repeated string service = 5;
      java.util.List<java.lang.String> getServiceList()
      repeated string service = 5;
      • 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

      • getId

        long getId()
        uint64 id = 1;
      • getIpAddress

        java.lang.String getIpAddress()
        string ip_address = 2;
      • getIpAddressBytes

        com.google.protobuf.ByteString getIpAddressBytes()
        string ip_address = 2;
      • getIfIndex

        int getIfIndex()
        uint32 if_index = 3;
      • getPrimaryTypeValue

        int getPrimaryTypeValue()
        .IpInterface.PrimaryType primary_type = 4;
      • getServiceList

        java.util.List<java.lang.String> getServiceList()
        repeated string service = 5;
      • getServiceCount

        int getServiceCount()
        repeated string service = 5;
      • getService

        java.lang.String getService​(int index)
        repeated string service = 5;
      • getServiceBytes

        com.google.protobuf.ByteString getServiceBytes​(int index)
        repeated string service = 5;