Class VpngwBandwidthData

    • Constructor Detail

      • VpngwBandwidthData

        public VpngwBandwidthData()
      • VpngwBandwidthData

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

      • getOutBandwidth

        public OutBandwidth getOutBandwidth()
        Get 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OutBandwidth 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。
      • setOutBandwidth

        public void setOutBandwidth​(OutBandwidth OutBandwidth)
        Set 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OutBandwidth - 出带宽流量 注意:此字段可能返回 null,表示取不到有效值。
      • getInBandwidth

        public InBandwidth getInBandwidth()
        Get 入带宽流量
        Returns:
        InBandwidth 入带宽流量
      • setInBandwidth

        public void setInBandwidth​(InBandwidth InBandwidth)
        Set 入带宽流量
        Parameters:
        InBandwidth - 入带宽流量