public static final class DescribePropertyCronItemRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePropertyCronItemRequest |
build() |
DescribePropertyCronItemRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
DescribePropertyCronItemRequest.Builder |
forceFlush(Boolean forceFlush)
Specifies whether to forcefully refresh the data that you want to query.
|
DescribePropertyCronItemRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribePropertyCronItemRequest.Builder |
source(String source)
The path to the scheduled task.
|
public DescribePropertyCronItemRequest.Builder currentPage(Integer currentPage)
The number of the page to return. Default value: 1.
example:1
public DescribePropertyCronItemRequest.Builder forceFlush(Boolean forceFlush)
Specifies whether to forcefully refresh the data that you want to query. Valid values:
false
public DescribePropertyCronItemRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
example:20
public DescribePropertyCronItemRequest.Builder source(String source)
The path to the scheduled task.
example:/data
public DescribePropertyCronItemRequest build()
Copyright © 2026. All rights reserved.