InstanceViewStatus 类
定义
Instance view status.
public class InstanceViewStatus
- 继承
-
java.lang.ObjectInstanceViewStatus
方法
code() |
Get the code value.
|
displayStatus() |
Get the displayStatus value.
|
level() |
Get the level value.
|
message() |
Get the message value.
|
time() |
Get the time value.
|
withCode(String code) |
Set the code value.
|
withDisplayStatus(String displayStatus) |
Set the displayStatus value.
|
withLevel(StatusLevelTypes level) |
Set the level value.
|
withMessage(String message) |
Set the message value.
|
withTime(DateTime time) |
Set the time value.
|