Class TokenCreateBatchStatusRequest

  • All Implemented Interfaces:
    Serializable

    public class TokenCreateBatchStatusRequest
    extends Object
    implements Serializable
    The request to /auth/token/create/batch/status API.
    Since:
    3.96
    Author:
    Hideki Ikeda
    See Also:
    Serialized Form
    • Constructor Detail

      • TokenCreateBatchStatusRequest

        public TokenCreateBatchStatusRequest()
    • 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:
        this object.