Class DescribeInstanceAllNamespacesRequest


  • public class DescribeInstanceAllNamespacesRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeInstanceAllNamespacesRequest

        public DescribeInstanceAllNamespacesRequest()
      • DescribeInstanceAllNamespacesRequest

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

      • getLimit

        public Long getLimit()
        Get 每页个数
        Returns:
        Limit 每页个数
      • setLimit

        public void setLimit​(Long Limit)
        Set 每页个数
        Parameters:
        Limit - 每页个数
      • getOffset

        public Long getOffset()
        Get 起始偏移位置
        Returns:
        Offset 起始偏移位置
      • setOffset

        public void setOffset​(Long Offset)
        Set 起始偏移位置
        Parameters:
        Offset - 起始偏移位置