Interface LspMon.lsp_monitor_data_propertyOrBuilder

    • Method Detail

      • hasBandwidth

        boolean hasBandwidth()
        optional uint64 bandwidth = 1;
        Returns:
        Whether the bandwidth field is set.
      • getBandwidth

        long getBandwidth()
        optional uint64 bandwidth = 1;
        Returns:
        The bandwidth.
      • hasPathName

        boolean hasPathName()
        optional string path_name = 2;
        Returns:
        Whether the pathName field is set.
      • getPathName

        String getPathName()
        optional string path_name = 2;
        Returns:
        The pathName.
      • getPathNameBytes

        com.google.protobuf.ByteString getPathNameBytes()
        optional string path_name = 2;
        Returns:
        The bytes for pathName.
      • hasMetric

        boolean hasMetric()
        optional int32 metric = 3;
        Returns:
        Whether the metric field is set.
      • getMetric

        int getMetric()
        optional int32 metric = 3;
        Returns:
        The metric.
      • hasMaxAvgBw

        boolean hasMaxAvgBw()
        optional float max_avg_bw = 4;
        Returns:
        Whether the maxAvgBw field is set.
      • getMaxAvgBw

        float getMaxAvgBw()
        optional float max_avg_bw = 4;
        Returns:
        The maxAvgBw.
      • hasEro

        boolean hasEro()
        optional .ero_ipv4_type ero = 5;
        Returns:
        Whether the ero field is set.
      • hasRro

        boolean hasRro()
        optional .rro_ipv4_type rro = 6;
        Returns:
        Whether the rro field is set.