Class DescribeNewL4RulesRequest

    • Constructor Detail

      • DescribeNewL4RulesRequest

        public DescribeNewL4RulesRequest()
      • DescribeNewL4RulesRequest

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

      • getBusiness

        public String getBusiness()
        Get 大禹子产品代号(bgpip表示高防IP)
        Returns:
        Business 大禹子产品代号(bgpip表示高防IP)
      • setBusiness

        public void setBusiness​(String Business)
        Set 大禹子产品代号(bgpip表示高防IP)
        Parameters:
        Business - 大禹子产品代号(bgpip表示高防IP)
      • getIp

        public String getIp()
        Get 指定IP查询
        Returns:
        Ip 指定IP查询
      • setIp

        public void setIp​(String Ip)
        Set 指定IP查询
        Parameters:
        Ip - 指定IP查询
      • getVirtualPort

        public Long getVirtualPort()
        Get 指定高防IP端口查询
        Returns:
        VirtualPort 指定高防IP端口查询
      • setVirtualPort

        public void setVirtualPort​(Long VirtualPort)
        Set 指定高防IP端口查询
        Parameters:
        VirtualPort - 指定高防IP端口查询
      • getLimit

        public Long getLimit()
        Get 一页条数,填0表示不分页
        Returns:
        Limit 一页条数,填0表示不分页
      • setLimit

        public void setLimit​(Long Limit)
        Set 一页条数,填0表示不分页
        Parameters:
        Limit - 一页条数,填0表示不分页
      • getOffset

        public Long getOffset()
        Get 页起始偏移,取值为(页码-1)*一页条数
        Returns:
        Offset 页起始偏移,取值为(页码-1)*一页条数
      • setOffset

        public void setOffset​(Long Offset)
        Set 页起始偏移,取值为(页码-1)*一页条数
        Parameters:
        Offset - 页起始偏移,取值为(页码-1)*一页条数