public class AuBookmark extends AuResponse
data[0]: the name of the bookmark.
AuResponse.JSONComponent, AuResponse.JSONDate
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuBookmark(java.lang.String name) |
AuBookmark(java.lang.String name,
boolean replace) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOverrideKey()
Default: zk.bookmark (i.e., only one response of this class will
be sent to the client in an execution)
|
equals, getCommand, getDepends, getEncodedData, getRawData, hashCode, toString
public AuBookmark(java.lang.String name)
name
- the bookmark name.public AuBookmark(java.lang.String name, boolean replace)
name
- the bookmark name.public final java.lang.String getOverrideKey()
getOverrideKey
in class AuResponse
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.