public class OperationInfo
extends java.lang.Object
InterpretationResult.getOperationInfo() method.| Constructor and Description |
|---|
OperationInfo(java.lang.String operationId,
java.lang.String operationName,
OperationPermanentOptions options)
Constructs
OperationInfo instance with given data. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperationId()
Returns the id of the Operation.
|
java.lang.String |
getOperationName()
Returns the name of the Operation.
|
OperationPermanentOptions |
getPermanentOptions()
Returns the Permanent Options appointed for this Operation.
|
public OperationInfo(java.lang.String operationId,
java.lang.String operationName,
OperationPermanentOptions options)
OperationInfo instance with given data.operationId - operation id.operationName - operation name.options - operation permanent options.public OperationPermanentOptions getPermanentOptions()
public java.lang.String getOperationName()
public java.lang.String getOperationId()
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.