java.lang.Object
no.digipost.api.client.representations.Representation
no.digipost.api.client.representations.batch.Batch

public class Batch extends Representation
  • Field Details

    • uuid

      protected String uuid
    • status

      protected BatchStatus status
    • countDigipost

      protected Integer countDigipost
    • countPrint

      protected Integer countPrint
  • Constructor Details

  • Method Details

    • getLinks

      public List<Link> getLinks()
    • setLink

      protected void setLink(List<Link> links)
    • getCompleteBatch

      public URI getCompleteBatch()
    • getCancelBatch

      public URI getCancelBatch()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getUuid

      public String getUuid()
    • getStatus

      public BatchStatus getStatus()
    • getCountDigipost

      public Integer getCountDigipost()
    • getCountPrint

      public Integer getCountPrint()