public static final class CheckTrialFixCountResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CheckTrialFixCountResponseBody |
build() |
CheckTrialFixCountResponseBody.Builder |
canFix(Boolean canFix)
Indicates whether the vulnerability can be fixed.
|
CheckTrialFixCountResponseBody.Builder |
expendCount(Integer expendCount)
The quota usage required for the current fix operation.
|
CheckTrialFixCountResponseBody.Builder |
isTrial(Boolean isTrial)
Indicates whether Security Center is in free trial.
|
CheckTrialFixCountResponseBody.Builder |
remainCount(Integer remainCount)
The quota that remains after the current fix operation is complete.
|
CheckTrialFixCountResponseBody.Builder |
repairedCount(Integer repairedCount)
The number of the vulnerabilities that are fixed.
|
CheckTrialFixCountResponseBody.Builder |
requestId(String requestId)
The request ID.
|
public CheckTrialFixCountResponseBody.Builder canFix(Boolean canFix)
Indicates whether the vulnerability can be fixed. Valid values:
true
public CheckTrialFixCountResponseBody.Builder expendCount(Integer expendCount)
The quota usage required for the current fix operation.
example:10
public CheckTrialFixCountResponseBody.Builder remainCount(Integer remainCount)
The quota that remains after the current fix operation is complete.
example:0
public CheckTrialFixCountResponseBody.Builder repairedCount(Integer repairedCount)
The number of the vulnerabilities that are fixed.
example:10
public CheckTrialFixCountResponseBody.Builder requestId(String requestId)
The request ID.
example:24A20733-10A0-4AF6-BE6B-E3322413BB68
public CheckTrialFixCountResponseBody.Builder isTrial(Boolean isTrial)
Indicates whether Security Center is in free trial. Valid values:
true
public CheckTrialFixCountResponseBody build()
Copyright © 2026. All rights reserved.