Package org.somda.sdc.glue.provider.sco
Class InvocationResponse
-
- All Implemented Interfaces:
public class InvocationResponseInitial response required to answer a set service request.
The object is supposed to be created by using createSuccessfulResponse and createUnsuccessfulResponse.
-
-
Field Summary
Fields Modifier and Type Field Description public final MdibVersionmdibVersionpublic final longtransactionIdpublic final InvocationStateinvocationStatepublic final InvocationErrorinvocationErrorpublic final List<LocalizedText>invocationErrorMessage
-
Method Summary
Modifier and Type Method Description MdibVersiongetMdibVersion()longgetTransactionId()InvocationStategetInvocationState()InvocationErrorgetInvocationError()List<LocalizedText>getInvocationErrorMessage()-
-
Method Detail
-
getMdibVersion
MdibVersion getMdibVersion()
-
getTransactionId
long getTransactionId()
-
getInvocationState
InvocationState getInvocationState()
-
getInvocationError
InvocationError getInvocationError()
-
getInvocationErrorMessage
List<LocalizedText> getInvocationErrorMessage()
-
-
-
-