Class DescribeInvokerRecordsRequest


  • public class DescribeInvokerRecordsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeInvokerRecordsRequest

        public DescribeInvokerRecordsRequest()
      • DescribeInvokerRecordsRequest

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

      • getInvokerIds

        public String[] getInvokerIds()
        Get 执行器ID列表。列表上限 100。
        Returns:
        InvokerIds 执行器ID列表。列表上限 100。
      • setInvokerIds

        public void setInvokerIds​(String[] InvokerIds)
        Set 执行器ID列表。列表上限 100。
        Parameters:
        InvokerIds - 执行器ID列表。列表上限 100。
      • getLimit

        public Long getLimit()
        Get 返回数量,默认为20,最大值为100。
        Returns:
        Limit 返回数量,默认为20,最大值为100。
      • setLimit

        public void setLimit​(Long Limit)
        Set 返回数量,默认为20,最大值为100。
        Parameters:
        Limit - 返回数量,默认为20,最大值为100。
      • getOffset

        public Long getOffset()
        Get 偏移量,默认为0。
        Returns:
        Offset 偏移量,默认为0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认为0。
        Parameters:
        Offset - 偏移量,默认为0。