public final class DecreaseRespPars extends AbstractPoResponseParser
| Constructor and Description |
|---|
DecreaseRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
DecreaseCmdBuild builder)
Instantiates a new DecreaseRespPars.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNewValue()
Returns the new counter value as an int between 0
|
protected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> |
getStatusTable() |
buildCommandException, checkStatus, getBuilderpublic DecreaseRespPars(org.eclipse.keyple.core.card.message.ApduResponse response,
DecreaseCmdBuild builder)
response - the response from the PObuilder - the reference to the builder that created this parserprotected java.util.Map<java.lang.Integer,org.eclipse.keyple.core.card.command.AbstractApduResponseParser.StatusProperties> getStatusTable()
getStatusTable in class org.eclipse.keyple.core.card.command.AbstractApduResponseParserpublic int getNewValue()