public class Status
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Status.PhoneState |
static class |
Status.Type |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
message
Status message
|
Status.PhoneState |
phoneState
Phone state
|
Status.Type |
type
Status type
|
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
static Status |
create(Status.Type type,
Status.PhoneState phoneState,
java.lang.String message) |
static Status |
create(Status.Type type,
java.lang.String message) |
static Status |
unexisting() |
public Status.Type type
public java.lang.String message
public Status.PhoneState phoneState
public static Status create(Status.Type type, java.lang.String message)
public static Status create(Status.Type type, Status.PhoneState phoneState, java.lang.String message)
public static Status unexisting()
Copyright © 2021. All Rights Reserved.