Class PlayCodeTotalInfo

    • Constructor Detail

      • PlayCodeTotalInfo

        public PlayCodeTotalInfo()
      • PlayCodeTotalInfo

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

      • getCode

        public String getCode()
        Get HTTP code,可选值包括: 400,403,404,500,502,503,504。
        Returns:
        Code HTTP code,可选值包括: 400,403,404,500,502,503,504。
      • setCode

        public void setCode​(String Code)
        Set HTTP code,可选值包括: 400,403,404,500,502,503,504。
        Parameters:
        Code - HTTP code,可选值包括: 400,403,404,500,502,503,504。
      • getNum

        public Long getNum()
        Get 总次数。
        Returns:
        Num 总次数。
      • setNum

        public void setNum​(Long Num)
        Set 总次数。
        Parameters:
        Num - 总次数。