@Generated(value="org.jsonschema2pojo") public class ExecuteOperationRequest extends AuthMessage
| Constructor and Description |
|---|
ExecuteOperationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName()
(Required)
|
Map<String,String> |
getParameters()
A simple map of named parameters.
|
String |
getResourcePath()
The inventory path to the resource that is to execute the operation
(Required)
|
void |
setOperationName(String operationName)
(Required)
|
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
(Required)
|
getAuthentication, setAuthenticationpublic 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. All rights reserved.