Class AixFlowService.AixFlowResponse

java.lang.Object
org.bgerp.plugin.ai.aixflow.model.AixFlowService.AixFlowResponse
Enclosing class:
AixFlowService

public static class AixFlowService.AixFlowResponse extends Object
Response from n8n after sending file
  • Constructor Details

    • AixFlowResponse

      public AixFlowResponse()
  • Method Details

    • getHash

      public String getHash()
    • setHash

      public void setHash(String hash)
    • getFilename

      public String getFilename()
    • setFilename

      public void setFilename(String filename)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getRawResponse

      public String getRawResponse()
    • setRawResponse

      public void setRawResponse(String rawResponse)