Class DuplicateClientProgressResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.DuplicateClientProgressResponseDTO
All Implemented Interfaces:
Serializable

public class DuplicateClientProgressResponseDTO extends Object implements Serializable
Contains information about the current progress of a client duplication.
See Also:
  • Field Details

    • progress

      public int progress
      The progress of the duplication from 0-100. A value of 100 means the duplication has finished completely. A value of -1 means there was an error when duplicating the client.
    • description

      public String description
      The description of the current stage of the duplication.
    • errors

      public String[] errors
      Errors that happened during the duplication process.
  • Constructor Details

    • DuplicateClientProgressResponseDTO

      public DuplicateClientProgressResponseDTO()