public static final class GetPublishCronResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetPublishCronResponseBody.Data |
build() |
GetPublishCronResponseBody.Data.Builder |
cron(String cron)
Cron expression for the start time of the upgrade.
|
GetPublishCronResponseBody.Data.Builder |
cronDay(String cronDay)
The day of the week for the upgrade.
|
GetPublishCronResponseBody.Data.Builder |
cronTime(Long cronTime)
Timestamp for the start of the publish, in milliseconds.
|
GetPublishCronResponseBody.Data.Builder |
cronType(String cronType)
Upgrade start cycle type.
|
GetPublishCronResponseBody.Data.Builder |
duration(Integer duration)
Duration of the upgrade in hours.
|
public GetPublishCronResponseBody.Data.Builder cron(String cron)
Cron expression for the start time of the upgrade.
example:0 0 7 * * ?
public GetPublishCronResponseBody.Data.Builder cronDay(String cronDay)
The day of the week for the upgrade. The values are as follows:
MON
public GetPublishCronResponseBody.Data.Builder cronTime(Long cronTime)
Timestamp for the start of the publish, in milliseconds.
example:1724522400000
public GetPublishCronResponseBody.Data.Builder cronType(String cronType)
Upgrade start cycle type. The values are as follows:
day
public GetPublishCronResponseBody.Data.Builder duration(Integer duration)
Duration of the upgrade in hours.
example:24
public GetPublishCronResponseBody.Data build()
Copyright © 2026. All rights reserved.