public static final class ListJobsResponseBody.Applications.Builder extends Object
public ListJobsResponseBody.Applications.Builder active(Long active)
The number of running instances.
example:0
public ListJobsResponseBody.Applications.Builder appDescription(String appDescription)
The description of the job template.
example:description
public ListJobsResponseBody.Applications.Builder appId(String appId)
The ID of the job template.
example:f7730764-d88f-4b9a-8d8e-cd8efbfe****
public ListJobsResponseBody.Applications.Builder appName(String appName)
The name of the job template.
example:demo-app
public ListJobsResponseBody.Applications.Builder completionTime(Long completionTime)
The time when the job was last completed.
example:1657522839
public ListJobsResponseBody.Applications.Builder cpu(Integer cpu)
The CPU specifications that are required for each instance. Unit: millicores. This parameter cannot be set to 0. Valid values:
500
public ListJobsResponseBody.Applications.Builder failed(Long failed)
The number of instances that failed to run.
example:0
public ListJobsResponseBody.Applications.Builder imageUrl(String imageUrl)
public ListJobsResponseBody.Applications.Builder lastChangeorderState(String lastChangeorderState)
Indicates whether the latest change order was executed. Valid values:
1
public ListJobsResponseBody.Applications.Builder lastJobState(String lastJobState)
The status of the latest job. Valid values:
0
public ListJobsResponseBody.Applications.Builder lastStartTime(Long lastStartTime)
The time when the job was last started.
example:1657522800
public ListJobsResponseBody.Applications.Builder mem(Integer mem)
The size of memory that is required by each instance. Unit: MB. This parameter cannot be set to 0. The values of this parameter correspond to the values of the Cpu parameter:
1024
public ListJobsResponseBody.Applications.Builder message(String message)
The returned message.
example:success
public ListJobsResponseBody.Applications.Builder namespaceId(String namespaceId)
The ID of the namespace.
example:cn-beijing:demo
public ListJobsResponseBody.Applications.Builder regionId(String regionId)
The region ID.
example:cn-beijing
public ListJobsResponseBody.Applications.Builder succeeded(Long succeeded)
The number of instances that were successfully run.
example:3
public ListJobsResponseBody.Applications.Builder suspend(Boolean suspend)
Indicates whether the job template is suspended.
example:false
public ListJobsResponseBody.Applications.Builder tags(List<ListJobsResponseBody.Tags> tags)
The tags of the job template.
public ListJobsResponseBody.Applications.Builder triggerConfig(String triggerConfig)
public ListJobsResponseBody.Applications build()
Copyright © 2026. All rights reserved.