次の方法で共有


TriggerStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.imagebuilder.models.TriggerStatus

public final class TriggerStatus

Describes the status of a trigger.

Constructor Summary

Constructor Description
TriggerStatus()

Creates an instance of TriggerStatus class.

Method Summary

Modifier and Type Method and Description
String code()

Get the code property: The status code.

String message()

Get the message property: The detailed status message, including for alerts and error messages.

OffsetDateTime time()

Get the time property: The time of the status.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

TriggerStatus

public TriggerStatus()

Creates an instance of TriggerStatus class.

Method Details

code

public String code()

Get the code property: The status code.

Returns:

the code value.

message

public String message()

Get the message property: The detailed status message, including for alerts and error messages.

Returns:

the message value.

time

public OffsetDateTime time()

Get the time property: The time of the status.

Returns:

the time value.

validate

public void validate()

Validates the instance.

Applies to