Class InvocationResponse

java.lang.Object
org.somda.sdc.glue.provider.sco.InvocationResponse

public class InvocationResponse extends Object
Initial response required to answer a set service request.

The object is supposed to be created by using Context.createSuccessfulResponse(MdibVersion, InvocationState) and Context.createUnsuccessfulResponse(MdibVersion, InvocationState, InvocationError, List).

  • Method Details

    • getMdibVersion

      public MdibVersion getMdibVersion()
    • getTransactionId

      public long getTransactionId()
    • getInvocationState

      public org.somda.sdc.biceps.model.message.InvocationState getInvocationState()
    • getInvocationError

      public org.somda.sdc.biceps.model.message.InvocationError getInvocationError()
    • getInvocationErrorMessage

      public List<LocalizedText> getInvocationErrorMessage()