Class DomainBotCount

    • Constructor Detail

      • DomainBotCount

        public DomainBotCount()
      • DomainBotCount

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

      • getDomain

        public String getDomain()
        Get 域名
        Returns:
        Domain 域名
      • setDomain

        public void setDomain​(String Domain)
        Set 域名
        Parameters:
        Domain - 域名
      • getCount

        public Long getCount()
        Get BOT次数
        Returns:
        Count BOT次数
      • setCount

        public void setCount​(Long Count)
        Set BOT次数
        Parameters:
        Count - BOT次数
      • getValue

        public String getValue()
        Get Top指标值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value Top指标值 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(String Value)
        Set Top指标值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - Top指标值 注意:此字段可能返回 null,表示取不到有效值。
      • getCountry

        public String getCountry()
        Get 国家/地区 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Country 国家/地区 注意:此字段可能返回 null,表示取不到有效值。
      • setCountry

        public void setCountry​(String Country)
        Set 国家/地区 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Country - 国家/地区 注意:此字段可能返回 null,表示取不到有效值。
      • getProvince

        public String getProvince()
        Get 省份 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Province 省份 注意:此字段可能返回 null,表示取不到有效值。
      • setProvince

        public void setProvince​(String Province)
        Set 省份 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Province - 省份 注意:此字段可能返回 null,表示取不到有效值。
      • getIsp

        public String getIsp()
        Get 运营商 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Isp 运营商 注意:此字段可能返回 null,表示取不到有效值。
      • setIsp

        public void setIsp​(String Isp)
        Set 运营商 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Isp - 运营商 注意:此字段可能返回 null,表示取不到有效值。