public static final class QueryGateVerifyStatisticPublicResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryGateVerifyStatisticPublicResponseBody.Data |
build() |
QueryGateVerifyStatisticPublicResponseBody.Data.Builder |
dayStatistic(List<QueryGateVerifyStatisticPublicResponseBody.DayStatistic> dayStatistic)
The information about the daily calls.
|
QueryGateVerifyStatisticPublicResponseBody.Data.Builder |
total(Long total)
The total calls.
|
QueryGateVerifyStatisticPublicResponseBody.Data.Builder |
totalFail(Long totalFail)
The failed calls.
|
QueryGateVerifyStatisticPublicResponseBody.Data.Builder |
totalSuccess(Long totalSuccess)
The successful calls.
|
QueryGateVerifyStatisticPublicResponseBody.Data.Builder |
totalUnknown(Long totalUnknown)
The unknown calls.
|
public QueryGateVerifyStatisticPublicResponseBody.Data.Builder dayStatistic(List<QueryGateVerifyStatisticPublicResponseBody.DayStatistic> dayStatistic)
The information about the daily calls.
public QueryGateVerifyStatisticPublicResponseBody.Data.Builder total(Long total)
The total calls.
example:20
public QueryGateVerifyStatisticPublicResponseBody.Data.Builder totalFail(Long totalFail)
The failed calls.
example:20
public QueryGateVerifyStatisticPublicResponseBody.Data.Builder totalSuccess(Long totalSuccess)
The successful calls.
example:0
public QueryGateVerifyStatisticPublicResponseBody.Data.Builder totalUnknown(Long totalUnknown)
The unknown calls.
example:0
public QueryGateVerifyStatisticPublicResponseBody.Data build()
Copyright © 2025. All rights reserved.