public class Success
extends Status
Indicates success of the operation.
If operation is related for example to command transmission, command object is provided.
Constructor and Description |
---|
Success(Command command)
Indicates success of the operation.
|
Success()
Indicates success of the operation.
|
Modifier and Type | Method and Description |
---|---|
Command |
component1() |
Success |
copy(Command command)
Indicates success of the operation.
|
boolean |
equals(java.lang.Object p) |
Command |
getCommand() |
int |
hashCode() |
java.lang.String |
toString() |
public Success(Command command)
Indicates success of the operation.
If operation is related for example to command transmission, command object is provided.
public Success()
Indicates success of the operation.
If operation is related for example to command transmission, command object is provided.
public java.lang.String toString()
public Command getCommand()
public Command component1()
public Success copy(Command command)
Indicates success of the operation.
If operation is related for example to command transmission, command object is provided.
public int hashCode()
public boolean equals(java.lang.Object p)