Class StatusDetail.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • statusId

        public StatusDetail.Builder statusId​(Integer statusId)
        running unique number of the command executed
        Parameters:
        statusId - the value to set
        Returns:
        this builder
      • commandName

        public StatusDetail.Builder commandName​(String commandName)
        Name of the process or command executed.
        Parameters:
        commandName - the value to set
        Returns:
        this builder
      • status

        public StatusDetail.Builder status​(String status)
        Status of the process or command executed Success or Failure.
        Parameters:
        status - the value to set
        Returns:
        this builder
      • timeOfValidation

        public StatusDetail.Builder timeOfValidation​(Date timeOfValidation)
        Time when the execution happened in RFC 3339timestamp format.

        Example: ‘2020-05-22T21:10:29.600Z’.

        Parameters:
        timeOfValidation - the value to set
        Returns:
        this builder