@Generated(value="org.jsonschema2pojo") public class ExecuteOperationRequest extends BasicMessage
| Constructor and Description |
|---|
ExecuteOperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName() |
Map<String,String> |
getParameters()
A simple map of named parameters.
|
String |
getResourcePath()
The inventory path to the resource that is to execute the operation
|
void |
setOperationName(String operationName) |
void |
setParameters(Map<String,String> parameters)
A simple map of named parameters.
|
void |
setResourcePath(String resourcePath)
The inventory path to the resource that is to execute the operation
|
buildObjectMapperForDeserialization, buildObjectMapperForSerialization, fromJSON, fromJSON, getCorrelationId, getHeaders, getMessageId, setCorrelationId, setHeaders, setMessageId, toJSON, toStringpublic String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath - The resourcePathpublic String getOperationName()
public void setOperationName(String operationName)
operationName - The operationNamepublic Map<String,String> getParameters()
Copyright © 2015 Red Hat, Inc.. All rights reserved.