Package com.authlete.common.dto
Class TokenCreateBatchStatusRequest
- java.lang.Object
-
- com.authlete.common.dto.TokenCreateBatchStatusRequest
-
- All Implemented Interfaces:
Serializable
public class TokenCreateBatchStatusRequest extends Object implements Serializable
The request to/auth/token/create/batch/statusAPI.- Since:
- 3.96
- Author:
- Hideki Ikeda
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenCreateBatchStatusRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestId()Get the request ID associated with the batch status to retrieve.TokenCreateBatchStatusRequestsetRequestId(String requestId)Set the request ID associated with the batch status to retrieve.
-
-
-
Method Detail
-
getRequestId
public String getRequestId()
Get the request ID associated with the batch status to retrieve.- Returns:
- The request ID associated with the batch status to retrieve.
-
setRequestId
public TokenCreateBatchStatusRequest setRequestId(String requestId)
Set the request ID associated with the batch status to retrieve.- Returns:
thisobject.
-
-