public abstract class ParameterOperationResult extends java.lang.Object implements OperationResult
abstract Java class facilitates the handling of the operation results relating to the management of system parameters in the connected SAP CC system;| Constructor and Description |
|---|
ParameterOperationResult() |
| Modifier and Type | Method and Description |
|---|---|
AdminParameterModel |
getParameter()
Gets the
parameter information. |
void |
setParameter(AdminParameterModel model)
Sets the parameter.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOperandReferenceaddCharacterData, addChild, marshal, setAttributespublic void setParameter(AdminParameterModel model)
model - The parameter to setpublic AdminParameterModel getParameter()
parameter information.