Class GatewayFlowMonitorDetail

    • Constructor Detail

      • GatewayFlowMonitorDetail

        public GatewayFlowMonitorDetail()
      • GatewayFlowMonitorDetail

        public GatewayFlowMonitorDetail​(GatewayFlowMonitorDetail 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

      • getPrivateIpAddress

        public String getPrivateIpAddress()
        Get 来源`IP`。
        Returns:
        PrivateIpAddress 来源`IP`。
      • setPrivateIpAddress

        public void setPrivateIpAddress​(String PrivateIpAddress)
        Set 来源`IP`。
        Parameters:
        PrivateIpAddress - 来源`IP`。
      • getInPkg

        public Long getInPkg()
        Get 入包量。
        Returns:
        InPkg 入包量。
      • setInPkg

        public void setInPkg​(Long InPkg)
        Set 入包量。
        Parameters:
        InPkg - 入包量。
      • getOutPkg

        public Long getOutPkg()
        Get 出包量。
        Returns:
        OutPkg 出包量。
      • setOutPkg

        public void setOutPkg​(Long OutPkg)
        Set 出包量。
        Parameters:
        OutPkg - 出包量。
      • getInTraffic

        public Long getInTraffic()
        Get 入流量,单位:`Byte`。
        Returns:
        InTraffic 入流量,单位:`Byte`。
      • setInTraffic

        public void setInTraffic​(Long InTraffic)
        Set 入流量,单位:`Byte`。
        Parameters:
        InTraffic - 入流量,单位:`Byte`。
      • getOutTraffic

        public Long getOutTraffic()
        Get 出流量,单位:`Byte`。
        Returns:
        OutTraffic 出流量,单位:`Byte`。
      • setOutTraffic

        public void setOutTraffic​(Long OutTraffic)
        Set 出流量,单位:`Byte`。
        Parameters:
        OutTraffic - 出流量,单位:`Byte`。