Class CDDCMessageParams

java.lang.Object
com.vasco.orchestration.client.cddc.CDDCMessageParams

public class CDDCMessageParams extends Object
  • Constructor Details

    • CDDCMessageParams

      public CDDCMessageParams(OrchestrationUser orchestrationUser, String eventName, String applicationData, boolean encrypted)
  • Method Details

    • getOrchestrationUser

      public OrchestrationUser getOrchestrationUser()
      Gets the configured user for generating CDDC message.
      Returns:
      the configured user
    • isEncrypted

      public boolean isEncrypted()
    • setEncrypted

      public void setEncrypted(boolean encrypted)
    • getEventName

      public String getEventName()
    • setEventName

      public void setEventName(String eventName)
    • getApplicationData

      public String getApplicationData()
    • setApplicationData

      public void setApplicationData(String applicationData)