org.dxc.api.datatypes
Class Command

Object
  extended by org.dxc.api.datatypes.Command

public class Command
extends Object


Constructor Summary
Command(String commandID, Value value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCommandID()
           
 Value getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Command

public Command(String commandID,
               Value value)
Method Detail

getCommandID

public String getCommandID()

getValue

public Value getValue()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object