SecurityTaskInner Class

public final class SecurityTaskInner
extends ProxyResource

Security task that we recommend to do in order to strengthen security.

Constructor Summary

Constructor Description
SecurityTaskInner()

Creates an instance of SecurityTaskInner class.

Method Summary

Modifier and Type Method and Description
OffsetDateTime creationTimeUtc()

Get the creationTimeUtc property: The time this task was discovered in UTC.

OffsetDateTime lastStateChangeTimeUtc()

Get the lastStateChangeTimeUtc property: The time this task's details were last changed in UTC.

SecurityTaskParameters securityTaskParameters()

Get the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.

String state()

Get the state property: State of the task (Active, Resolved etc.).

String subState()

Get the subState property: Additional data on the state of the task.

void validate()

Validates the instance.

SecurityTaskInner withSecurityTaskParameters(SecurityTaskParameters securityTaskParameters)

Set the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SecurityTaskInner

public SecurityTaskInner()

Creates an instance of SecurityTaskInner class.

Method Details

creationTimeUtc

public OffsetDateTime creationTimeUtc()

Get the creationTimeUtc property: The time this task was discovered in UTC.

Returns:

the creationTimeUtc value.

lastStateChangeTimeUtc

public OffsetDateTime lastStateChangeTimeUtc()

Get the lastStateChangeTimeUtc property: The time this task's details were last changed in UTC.

Returns:

the lastStateChangeTimeUtc value.

securityTaskParameters

public SecurityTaskParameters securityTaskParameters()

Get the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.

Returns:

the securityTaskParameters value.

state

public String state()

Get the state property: State of the task (Active, Resolved etc.).

Returns:

the state value.

subState

public String subState()

Get the subState property: Additional data on the state of the task.

Returns:

the subState value.

validate

public void validate()

Validates the instance.

withSecurityTaskParameters

public SecurityTaskInner withSecurityTaskParameters(SecurityTaskParameters securityTaskParameters)

Set the securityTaskParameters property: Changing set of properties, depending on the task type that is derived from the name field.

Parameters:

securityTaskParameters - the securityTaskParameters value to set.

Returns:

the SecurityTaskInner object itself.

Applies to