Class TriggerDynamicExecutionInputBody

java.lang.Object
ai.reveng.model.TriggerDynamicExecutionInputBody

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TriggerDynamicExecutionInputBody extends Object
TriggerDynamicExecutionInputBody
  • Field Details

  • Constructor Details

    • TriggerDynamicExecutionInputBody

      public TriggerDynamicExecutionInputBody()
  • Method Details

    • archiveEntryPath

      public TriggerDynamicExecutionInputBody archiveEntryPath(@Nullable String archiveEntryPath)
    • getArchiveEntryPath

      @Nullable public String getArchiveEntryPath()
      Relative path of the entry inside the archive to execute
      Returns:
      archiveEntryPath
    • setArchiveEntryPath

      public void setArchiveEntryPath(@Nullable String archiveEntryPath)
    • archivePassword

      public TriggerDynamicExecutionInputBody archivePassword(@Nullable String archivePassword)
    • getArchivePassword

      @Nullable public String getArchivePassword()
      Password for an encrypted archive
      Returns:
      archivePassword
    • setArchivePassword

      public void setArchivePassword(@Nullable String archivePassword)
    • archiveSha256Hash

      public TriggerDynamicExecutionInputBody archiveSha256Hash(@Nullable String archiveSha256Hash)
    • getArchiveSha256Hash

      @Nullable public String getArchiveSha256Hash()
      SHA-256 of the archive object to send to the sandbox instead of the analysed binary
      Returns:
      archiveSha256Hash
    • setArchiveSha256Hash

      public void setArchiveSha256Hash(@Nullable String archiveSha256Hash)
    • commandLineArgs

      public TriggerDynamicExecutionInputBody commandLineArgs(@Nullable String commandLineArgs)
    • getCommandLineArgs

      @Nullable public String getCommandLineArgs()
      Command-line arguments passed to the sample when the sandbox launches it
      Returns:
      commandLineArgs
    • setCommandLineArgs

      public void setCommandLineArgs(@Nullable String commandLineArgs)
    • startMethod

    • getStartMethod

      @Nullable public TriggerDynamicExecutionInputBody.StartMethodEnum getStartMethod()
      How the sandbox launches the sample. Defaults to the sandbox's standard behaviour when omitted.
      Returns:
      startMethod
    • setStartMethod

      public void setStartMethod(@Nullable TriggerDynamicExecutionInputBody.StartMethodEnum startMethod)
    • timeout

    • getTimeout

      @Nullable public TriggerDynamicExecutionInputBody.TimeoutEnum getTimeout()
      Maximum sandbox execution time in seconds
      Returns:
      timeout
    • setTimeout

      public void setTimeout(@Nullable TriggerDynamicExecutionInputBody.TimeoutEnum timeout)
    • putAdditionalProperty

      public TriggerDynamicExecutionInputBody putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the TriggerDynamicExecutionInputBody instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to TriggerDynamicExecutionInputBody
    • fromJson

      public static TriggerDynamicExecutionInputBody fromJson(String jsonString) throws IOException
      Create an instance of TriggerDynamicExecutionInputBody given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of TriggerDynamicExecutionInputBody
      Throws:
      IOException - if the JSON string is invalid with respect to TriggerDynamicExecutionInputBody
    • toJson

      public String toJson()
      Convert an instance of TriggerDynamicExecutionInputBody to an JSON string
      Returns:
      JSON string