public class CommandBuilderImpl<REQUEST,RESPONSE> extends Object implements CommandBuilder<REQUEST,RESPONSE>
| Constructor and Description |
|---|
CommandBuilderImpl(REQUEST request,
Class<? extends Command<REQUEST,RESPONSE>> commandClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Command<REQUEST,RESPONSE>> |
getCommandClass() |
REQUEST |
getRequest() |
public REQUEST getRequest()
getRequest in interface CommandBuilder<REQUEST,RESPONSE>public Class<? extends Command<REQUEST,RESPONSE>> getCommandClass()
getCommandClass in interface CommandBuilder<REQUEST,RESPONSE>Copyright © 2021 Pivotal Software, Inc.. All rights reserved.