public class TagImpinjAuthenticateOpResult extends TagOpResult
Constructor and Description |
---|
TagImpinjAuthenticateOpResult() |
Modifier and Type | Method and Description |
---|---|
TagData |
getChallengeMessage() |
java.lang.String |
getErrorMessage() |
TagData |
getResponseCypherMessage() |
TagData |
getResponseTid() |
ImpinjAuthenticateResult |
getResult() |
void |
setChallengeMessage(TagData challengeMessage) |
protected void |
setResult(ImpinjAuthenticateResult result)
Set the results of the Impinj authenticate operation.
|
getOpId, getSequenceId, getTag, setOpId, setSequenceId, setTag
public ImpinjAuthenticateResult getResult()
protected void setResult(ImpinjAuthenticateResult result)
result
- the results of the Impinj authenticate operation.public TagData getChallengeMessage()
public void setChallengeMessage(TagData challengeMessage)
public TagData getResponseCypherMessage()
public TagData getResponseTid()
public java.lang.String getErrorMessage()