Class CrossBorderFlowMonitorData

    • Constructor Detail

      • CrossBorderFlowMonitorData

        public CrossBorderFlowMonitorData()
      • CrossBorderFlowMonitorData

        public CrossBorderFlowMonitorData​(CrossBorderFlowMonitorData source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getInBandwidth

        public Long[] getInBandwidth()
        Get 入带宽,单位:`bps`。
        Returns:
        InBandwidth 入带宽,单位:`bps`。
      • setInBandwidth

        public void setInBandwidth​(Long[] InBandwidth)
        Set 入带宽,单位:`bps`。
        Parameters:
        InBandwidth - 入带宽,单位:`bps`。
      • getOutBandwidth

        public Long[] getOutBandwidth()
        Get 出带宽,单位:`bps`。
        Returns:
        OutBandwidth 出带宽,单位:`bps`。
      • setOutBandwidth

        public void setOutBandwidth​(Long[] OutBandwidth)
        Set 出带宽,单位:`bps`。
        Parameters:
        OutBandwidth - 出带宽,单位:`bps`。
      • getInPkg

        public Long[] getInPkg()
        Get 入包,单位:`pps`。
        Returns:
        InPkg 入包,单位:`pps`。
      • setInPkg

        public void setInPkg​(Long[] InPkg)
        Set 入包,单位:`pps`。
        Parameters:
        InPkg - 入包,单位:`pps`。
      • getOutPkg

        public Long[] getOutPkg()
        Get 出包,单位:`pps`。
        Returns:
        OutPkg 出包,单位:`pps`。
      • setOutPkg

        public void setOutPkg​(Long[] OutPkg)
        Set 出包,单位:`pps`。
        Parameters:
        OutPkg - 出包,单位:`pps`。