public static final class GetK8sAppPrecheckResultResponseBody.JobResults.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
GetK8sAppPrecheckResultResponseBody.JobResults |
build() |
GetK8sAppPrecheckResultResponseBody.JobResults.Builder |
interrupted(Boolean interrupted)
Specifies whether the precheck of the item was interrupted:
* true: The precheck of the item was interrupted
|
GetK8sAppPrecheckResultResponseBody.JobResults.Builder |
name(String name)
The name of the precheck item.
|
GetK8sAppPrecheckResultResponseBody.JobResults.Builder |
pass(Boolean pass)
Indicates whether the precheck item passed the precheck:
* true: The precheck item passed the precheck
|
GetK8sAppPrecheckResultResponseBody.JobResults.Builder |
reason(String reason)
The reason why the precheck item failed the precheck or the precheck of the item was interrupted.
|
public GetK8sAppPrecheckResultResponseBody.JobResults.Builder interrupted(Boolean interrupted)
* true: The precheck of the item was interrupted. * false: The precheck of the item was not interrupted.
public GetK8sAppPrecheckResultResponseBody.JobResults.Builder name(String name)
public GetK8sAppPrecheckResultResponseBody.JobResults.Builder pass(Boolean pass)
* true: The precheck item passed the precheck. * false: The precheck item failed the precheck.
public GetK8sAppPrecheckResultResponseBody.JobResults.Builder reason(String reason)
public GetK8sAppPrecheckResultResponseBody.JobResults build()
Copyright © 2023. All rights reserved.