Class DomainDetailInfo

    • Constructor Detail

      • DomainDetailInfo

        public DomainDetailInfo()
      • DomainDetailInfo

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

      • getMainlandOrOversea

        public String getMainlandOrOversea()
        Get 国内还是国外: Mainland: 表示国内数据。 Oversea: 表示国外数据。
        Returns:
        MainlandOrOversea 国内还是国外: Mainland: 表示国内数据。 Oversea: 表示国外数据。
      • setMainlandOrOversea

        public void setMainlandOrOversea​(String MainlandOrOversea)
        Set 国内还是国外: Mainland: 表示国内数据。 Oversea: 表示国外数据。
        Parameters:
        MainlandOrOversea - 国内还是国外: Mainland: 表示国内数据。 Oversea: 表示国外数据。
      • getBandwidth

        public Float getBandwidth()
        Get 带宽,单位: Mbps。
        Returns:
        Bandwidth 带宽,单位: Mbps。
      • setBandwidth

        public void setBandwidth​(Float Bandwidth)
        Set 带宽,单位: Mbps。
        Parameters:
        Bandwidth - 带宽,单位: Mbps。
      • getFlux

        public Float getFlux()
        Get 流量,单位: MB。
        Returns:
        Flux 流量,单位: MB。
      • setFlux

        public void setFlux​(Float Flux)
        Set 流量,单位: MB。
        Parameters:
        Flux - 流量,单位: MB。
      • getOnline

        public Long getOnline()
        Get 人数。
        Returns:
        Online 人数。
      • setOnline

        public void setOnline​(Long Online)
        Set 人数。
        Parameters:
        Online - 人数。
      • getRequest

        public Long getRequest()
        Get 请求数。
        Returns:
        Request 请求数。
      • setRequest

        public void setRequest​(Long Request)
        Set 请求数。
        Parameters:
        Request - 请求数。