Class ModifyModuleNetworkRequest

    • Constructor Detail

      • ModifyModuleNetworkRequest

        public ModifyModuleNetworkRequest()
      • ModifyModuleNetworkRequest

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

      • getModuleId

        public String getModuleId()
        Get 模块Id
        Returns:
        ModuleId 模块Id
      • setModuleId

        public void setModuleId​(String ModuleId)
        Set 模块Id
        Parameters:
        ModuleId - 模块Id
      • getDefaultBandwidth

        public Long getDefaultBandwidth()
        Get 默认出带宽上限
        Returns:
        DefaultBandwidth 默认出带宽上限
      • setDefaultBandwidth

        public void setDefaultBandwidth​(Long DefaultBandwidth)
        Set 默认出带宽上限
        Parameters:
        DefaultBandwidth - 默认出带宽上限
      • getDefaultBandwidthIn

        public Long getDefaultBandwidthIn()
        Get 默认入带宽上限
        Returns:
        DefaultBandwidthIn 默认入带宽上限
      • setDefaultBandwidthIn

        public void setDefaultBandwidthIn​(Long DefaultBandwidthIn)
        Set 默认入带宽上限
        Parameters:
        DefaultBandwidthIn - 默认入带宽上限