Class Batch
- java.lang.Object
-
- no.digipost.api.client.representations.Representation
-
- no.digipost.api.client.representations.batch.Batch
-
public class Batch extends Representation
-
-
Field Summary
Fields Modifier and Type Field Description protected Integer
countDigipost
protected Integer
countPrint
protected BatchStatus
status
protected String
uuid
-
Fields inherited from class no.digipost.api.client.representations.Representation
links
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getCancelBatch()
URI
getCompleteBatch()
Integer
getCountDigipost()
Integer
getCountPrint()
List<Link>
getLinks()
BatchStatus
getStatus()
String
getUuid()
protected void
setLink(List<Link> links)
String
toString()
-
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
-
-
-
Field Detail
-
uuid
protected String uuid
-
status
protected BatchStatus status
-
countDigipost
protected Integer countDigipost
-
countPrint
protected Integer countPrint
-
-