public class AuWrongValue extends AuResponse
data[0]: component data[1]: the error message
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuWrongValue(Component comp,
java.lang.String message) |
AuWrongValue(java.lang.String[] data)
Constructor for multiple wrong values.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOverrideKey()
Default: "zk.wrongValue" if
AuResponse.getDepends() is not null (component-level),
or null if AuResponse.getDepends() is null (desktop level) |
equals, getCommand, getDepends, getEncodedData, getRawData, hashCode, toString
public AuWrongValue(Component comp, java.lang.String message)
public AuWrongValue(java.lang.String[] data)
data
- a string array, the data in the array shall be
["uuid1", "message1", "uuid2", "message2"...]public java.lang.String getOverrideKey()
AuResponse.getDepends()
is not null (component-level),
or null if AuResponse.getDepends()
is null (desktop level)getOverrideKey
in class AuResponse
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.