public class IsOnboarding extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ALLOWED |
Constructor and Description |
---|
IsOnboarding() |
Modifier and Type | Method and Description |
---|---|
IsOnboarding |
allowed(Boolean allowed) |
boolean |
equals(Object o) |
Boolean |
getAllowed()
True means that the influxdb instance has NOT had initial setup; false means that the database has been setup.
|
int |
hashCode() |
void |
setAllowed(Boolean allowed) |
String |
toString() |
public static final String SERIALIZED_NAME_ALLOWED
public IsOnboarding allowed(Boolean allowed)
public Boolean getAllowed()
public void setAllowed(Boolean allowed)
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.