Condividi tramite


MSDeployLogEntry Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.MSDeployLogEntry

Implements

public final class MSDeployLogEntry
implements JsonSerializable<MSDeployLogEntry>

MSDeploy log entry.

Method Summary

Modifier and Type Method and Description
static MSDeployLogEntry fromJson(JsonReader jsonReader)

Reads an instance of MSDeployLogEntry from the JsonReader.

String message()

Get the message property: Log entry message.

OffsetDateTime time()

Get the time property: Timestamp of log entry.

JsonWriter toJson(JsonWriter jsonWriter)
MSDeployLogEntryType type()

Get the type property: Log entry type.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static MSDeployLogEntry fromJson(JsonReader jsonReader)

Reads an instance of MSDeployLogEntry from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MSDeployLogEntry if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MSDeployLogEntry.

message

public String message()

Get the message property: Log entry message.

Returns:

the message value.

time

public OffsetDateTime time()

Get the time property: Timestamp of log entry.

Returns:

the time value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public MSDeployLogEntryType type()

Get the type property: Log entry type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to