-
- All Implemented Interfaces:
public final class DispatchCommandOperationReflected
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
tag
private final Integer
numRetries
private final Void
viewCommand
private final Object
instance
-
Constructor Summary
Constructors Constructor Description DispatchCommandOperationReflected(Object instance)
-
Method Summary
Modifier and Type Method Description final Integer
getTag()
final Integer
getNumRetries()
final Void
getViewCommand()
final Object
getInstance()
-
-
Constructor Detail
-
DispatchCommandOperationReflected
DispatchCommandOperationReflected(Object instance)
-
-
Method Detail
-
getNumRetries
final Integer getNumRetries()
-
getViewCommand
final Void getViewCommand()
-
getInstance
final Object getInstance()
-
-
-
-