RuntimeScriptActionDetailInner Class

public final class RuntimeScriptActionDetailInner
extends RuntimeScriptAction

The execution details of a script action.

Constructor Summary

Constructor Description
RuntimeScriptActionDetailInner()

Creates an instance of RuntimeScriptActionDetailInner class.

Method Summary

Modifier and Type Method and Description
String debugInformation()

Get the debugInformation property: The script action execution debug information.

String endTime()

Get the endTime property: The end time of script action execution.

List<ScriptActionExecutionSummary> executionSummary()

Get the executionSummary property: The summary of script action execution result.

String operation()

Get the operation property: The reason why the script action was executed.

Long scriptExecutionId()

Get the scriptExecutionId property: The execution id of the script action.

String startTime()

Get the startTime property: The start time of script action execution.

String status()

Get the status property: The current execution status of the script action.

void validate()

Validates the instance.

RuntimeScriptActionDetailInner withName(String name)

Set the name property: The name of the script action.

RuntimeScriptActionDetailInner withParameters(String parameters)

Set the parameters property: The parameters for the script.

RuntimeScriptActionDetailInner withRoles(List<String> roles)

Set the roles property: The list of roles where script will be executed.

RuntimeScriptActionDetailInner withUri(String uri)

Set the uri property: The URI to the script.

Methods inherited from RuntimeScriptAction

Methods inherited from java.lang.Object

Constructor Details

RuntimeScriptActionDetailInner

public RuntimeScriptActionDetailInner()

Creates an instance of RuntimeScriptActionDetailInner class.

Method Details

debugInformation

public String debugInformation()

Get the debugInformation property: The script action execution debug information.

Returns:

the debugInformation value.

endTime

public String endTime()

Get the endTime property: The end time of script action execution.

Returns:

the endTime value.

executionSummary

public List executionSummary()

Get the executionSummary property: The summary of script action execution result.

Returns:

the executionSummary value.

operation

public String operation()

Get the operation property: The reason why the script action was executed.

Returns:

the operation value.

scriptExecutionId

public Long scriptExecutionId()

Get the scriptExecutionId property: The execution id of the script action.

Returns:

the scriptExecutionId value.

startTime

public String startTime()

Get the startTime property: The start time of script action execution.

Returns:

the startTime value.

status

public String status()

Get the status property: The current execution status of the script action.

Returns:

the status value.

validate

public void validate()

Validates the instance.

Overrides:

RuntimeScriptActionDetailInner.validate()

withName

public RuntimeScriptActionDetailInner withName(String name)

Set the name property: The name of the script action.

Overrides:

RuntimeScriptActionDetailInner.withName(String name)

Parameters:

name

withParameters

public RuntimeScriptActionDetailInner withParameters(String parameters)

Set the parameters property: The parameters for the script.

Overrides:

RuntimeScriptActionDetailInner.withParameters(String parameters)

Parameters:

parameters

withRoles

public RuntimeScriptActionDetailInner withRoles(List roles)

Set the roles property: The list of roles where script will be executed.

Overrides:

RuntimeScriptActionDetailInner.withRoles(List<String> roles)

Parameters:

roles

withUri

public RuntimeScriptActionDetailInner withUri(String uri)

Set the uri property: The URI to the script.

Overrides:

RuntimeScriptActionDetailInner.withUri(String uri)

Parameters:

uri

Applies to