public class OperationInfo extends Object implements Serializable
Constructor and Description |
---|
OperationInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the OperationInfo id
|
String |
getOperationName()
Gets the operationName
|
List<OperationParameter> |
getOperationParameters()
Gets the operationParameters of Operation
|
void |
setId(String id)
Set the OperationInfo id
|
void |
setOperationName(String operationName)
Sets the operationName
|
void |
setOperationParameters(List<OperationParameter> operationParameters)
Sets the the OperationParameters of the Operation
|
public String getId()
public void setId(String id)
id
- identifier to setpublic String getOperationName()
public void setOperationName(String operationName)
operationName
- operationName to setpublic List<OperationParameter> getOperationParameters()
public void setOperationParameters(List<OperationParameter> operationParameters)
operationParameters
- the Operation Parameters to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.