MSDeployLogEntry Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. MSDeployLogEntry
- com.
Implements
public final class MSDeployLogEntry
implements JsonSerializable<MSDeployLogEntry>
MSDeploy log entry.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
MSDeploy |
fromJson(JsonReader jsonReader)
Reads an instance of MSDeploy |
| String |
message()
Get the message property: Log entry message. |
|
Offset |
time()
Get the time property: Timestamp of log entry. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
MSDeploy |
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:
Returns:
Throws:
message
public String message()
Get the message property: Log entry message.
Returns:
time
public OffsetDateTime time()
Get the time property: Timestamp of log entry.
Returns:
toJson
type
public MSDeployLogEntryType type()
Get the type property: Log entry type.
Returns:
validate
public void validate()
Validates the instance.