Class DescribeUpstreamInfo

    • Constructor Detail

      • DescribeUpstreamInfo

        public DescribeUpstreamInfo()
      • DescribeUpstreamInfo

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

      • getTotalCount

        public Long getTotalCount()
        Get 查询总数
        Returns:
        TotalCount 查询总数
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 查询总数
        Parameters:
        TotalCount - 查询总数
      • getUpstreamSet

        public UpstreamInfo[] getUpstreamSet()
        Get 查询列表
        Returns:
        UpstreamSet 查询列表
      • setUpstreamSet

        public void setUpstreamSet​(UpstreamInfo[] UpstreamSet)
        Set 查询列表
        Parameters:
        UpstreamSet - 查询列表