Uses of Class
com.authlete.common.dto.TokenBatchStatus
-
Packages that use TokenBatchStatus Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of TokenBatchStatus in com.authlete.common.dto
Methods in com.authlete.common.dto that return TokenBatchStatus Modifier and Type Method Description TokenBatchStatus
TokenCreateBatchStatusResponse. getStatus()
Get the batch status.TokenBatchStatus
TokenBatchStatus. setBatchKind(TokenBatchStatus.BatchKind batchKind)
Set the kind of the batch.TokenBatchStatus
TokenBatchStatus. setCreatedAt(long createdAt)
Set the time when this status was created.TokenBatchStatus
TokenBatchStatus. setErrorCode(String errorCode)
Set the error code.TokenBatchStatus
TokenBatchStatus. setErrorDescription(String errorDescription)
Set the error description.TokenBatchStatus
TokenBatchStatus. setModifiedAt(long modifiedAt)
Set the time when this status was last modified.TokenBatchStatus
TokenBatchStatus. setRequestId(String requestId)
Set the request ID associated with the status.TokenBatchStatus
TokenBatchStatus. setResult(TokenBatchStatus.Result result)
Set the result of the token batch.TokenBatchStatus
TokenBatchStatus. setTokenCount(long tokenCount)
Set the number of access tokens processed by the batch.Methods in com.authlete.common.dto with parameters of type TokenBatchStatus Modifier and Type Method Description TokenCreateBatchStatusResponse
TokenCreateBatchStatusResponse. setStatus(TokenBatchStatus status)
Set the batch status.
-