Modifier and Type | Class and Description |
---|---|
static class |
DatabaseInfo.State
State of the database.
|
Constructor and Description |
---|
DatabaseInfo(DatabaseId id,
DatabaseInfo.State state) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
DatabaseId |
getId()
Returns the database id.
|
DatabaseInfo.State |
getState()
Returns the state of the database.
|
int |
hashCode() |
String |
toString() |
public DatabaseInfo(DatabaseId id, DatabaseInfo.State state)
public DatabaseId getId()
public DatabaseInfo.State getState()
Copyright © 2019 Google LLC. All rights reserved.