public class Flags
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
boolean
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Flags
public Flags(@Nullable
@Nullable String json)
-
Method Details
-
getStringList
@NotNull
public @NotNull List<String> getStringList(@NotNull
@NotNull String key)
-
getString
@Nullable
public @Nullable String getString(@NotNull
@NotNull String key)
-
getString
@NotNull
public @NotNull String getString(@NotNull
@NotNull String key,
@NotNull
@NotNull String def)
-
getNumber
@NotNull
public @NotNull Number getNumber(@NotNull
@NotNull String key)
-
getBoolean
public boolean getBoolean(@NotNull
@NotNull String key)
-
getBoolean
public boolean getBoolean(@NotNull
@NotNull String key,
boolean def)
-
put
public void put(@NotNull
@NotNull String key,
@NotNull
@NotNull List<?> value)
-
put
public void put(@NotNull
@NotNull String key,
@NotNull
@NotNull Object object)
-