public class Status extends Object
| Constructor | Description |
|---|---|
Status() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
displayStatus() |
Get the short label for the status.
|
String |
message() |
Get the detailed message for the status, including alerts and error messages.
|
org.joda.time.DateTime |
timestamp() |
Get the timestamp when the status was changed to the current value.
|
public String displayStatus()
public String message()
public org.joda.time.DateTime timestamp()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/