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 TokenBatchStatusTokenCreateBatchStatusResponse. getStatus()Get the batch status.TokenBatchStatusTokenBatchStatus. setBatchKind(TokenBatchStatus.BatchKind batchKind)Set the kind of the batch.TokenBatchStatusTokenBatchStatus. setCreatedAt(long createdAt)Set the time when this status was created.TokenBatchStatusTokenBatchStatus. setErrorCode(String errorCode)Set the error code.TokenBatchStatusTokenBatchStatus. setErrorDescription(String errorDescription)Set the error description.TokenBatchStatusTokenBatchStatus. setModifiedAt(long modifiedAt)Set the time when this status was last modified.TokenBatchStatusTokenBatchStatus. setRequestId(String requestId)Set the request ID associated with the status.TokenBatchStatusTokenBatchStatus. setResult(TokenBatchStatus.Result result)Set the result of the token batch.TokenBatchStatusTokenBatchStatus. 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 TokenCreateBatchStatusResponseTokenCreateBatchStatusResponse. setStatus(TokenBatchStatus status)Set the batch status.
-