Class TableUpdateStateResultDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.TableUpdateStateResultDTO

public class TableUpdateStateResultDTO extends Object
Contains the result information of the get table update state bf
  • Field Details

    • percentage

      public Integer percentage
      How far has the table update went
    • state

      public String state
      Whats the state of the table update? Is it still running, or was it successful?
    • info

      public String info
      The current task of the table update
    • isBusy

      public Boolean isBusy
      Returns true, if the schema synchronisation is running
    • isFailed

      public Boolean isFailed
      Returns true, if the schema synchronisation failed
  • Constructor Details

    • TableUpdateStateResultDTO

      public TableUpdateStateResultDTO()