Package ai.reveng.model
Class TriggerDynamicExecutionInputBody
java.lang.Object
ai.reveng.model.TriggerDynamicExecutionInputBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TriggerDynamicExecutionInputBody
extends Object
TriggerDynamicExecutionInputBody
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumHow the sandbox launches the sample.static enumMaximum sandbox execution time in seconds -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommandLineArgs(String commandLineArgs) booleanCreate an instance of TriggerDynamicExecutionInputBody given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Command-line arguments passed to the sample when the sandbox launches itHow the sandbox launches the sample.Maximum sandbox execution time in secondsinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCommandLineArgs(String commandLineArgs) voidvoidtoJson()Convert an instance of TriggerDynamicExecutionInputBody to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_COMMAND_LINE_ARGS
- See Also:
-
SERIALIZED_NAME_START_METHOD
- See Also:
-
SERIALIZED_NAME_TIMEOUT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TriggerDynamicExecutionInputBody
public TriggerDynamicExecutionInputBody()
-
-
Method Details
-
commandLineArgs
-
getCommandLineArgs
Command-line arguments passed to the sample when the sandbox launches it- Returns:
- commandLineArgs
-
setCommandLineArgs
-
startMethod
public TriggerDynamicExecutionInputBody startMethod(@Nullable TriggerDynamicExecutionInputBody.StartMethodEnum startMethod) -
getStartMethod
How the sandbox launches the sample. Defaults to the sandbox's standard behaviour when omitted.- Returns:
- startMethod
-
setStartMethod
-
timeout
public TriggerDynamicExecutionInputBody timeout(@Nullable TriggerDynamicExecutionInputBody.TimeoutEnum timeout) -
getTimeout
Maximum sandbox execution time in seconds- Returns:
- timeout
-
setTimeout
-
putAdditionalProperty
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 propertyvalue- value of the property- Returns:
- the TriggerDynamicExecutionInputBody instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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
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
Convert an instance of TriggerDynamicExecutionInputBody to an JSON string- Returns:
- JSON string
-