public static class CommandList.CmdVisuallyIdentify
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
Command |
SerialNumber |
serialNumber |
boolean |
shouldIdentify |
Constructor and Description |
---|
CmdVisuallyIdentify(SerialNumber serialNumber,
boolean shouldIdentify) |
Modifier and Type | Method and Description |
---|---|
static CommandList.CmdVisuallyIdentify |
deserialize(java.lang.String serialized) |
java.lang.String |
serialize() |
public static final java.lang.String Command
public final SerialNumber serialNumber
public final boolean shouldIdentify
public CmdVisuallyIdentify(SerialNumber serialNumber, boolean shouldIdentify)
public java.lang.String serialize()
public static CommandList.CmdVisuallyIdentify deserialize(java.lang.String serialized)