public class InstanceViewStatus extends Object
| Constructor and Description |
|---|
InstanceViewStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
code()
Get the code value.
|
String |
displayStatus()
Get the displayStatus value.
|
StatusLevelTypes |
level()
Get the level value.
|
String |
message()
Get the message value.
|
org.joda.time.DateTime |
time()
Get the time value.
|
InstanceViewStatus |
withCode(String code)
Set the code value.
|
InstanceViewStatus |
withDisplayStatus(String displayStatus)
Set the displayStatus value.
|
InstanceViewStatus |
withLevel(StatusLevelTypes level)
Set the level value.
|
InstanceViewStatus |
withMessage(String message)
Set the message value.
|
InstanceViewStatus |
withTime(org.joda.time.DateTime time)
Set the time value.
|
public String code()
public InstanceViewStatus withCode(String code)
code - the code value to setpublic StatusLevelTypes level()
public InstanceViewStatus withLevel(StatusLevelTypes level)
level - the level value to setpublic String displayStatus()
public InstanceViewStatus withDisplayStatus(String displayStatus)
displayStatus - the displayStatus value to setpublic String message()
public InstanceViewStatus withMessage(String message)
message - the message value to setpublic org.joda.time.DateTime time()
public InstanceViewStatus withTime(org.joda.time.DateTime time)
time - the time value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/