java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.Flags

public class Flags extends Object
  • 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)
    • toJSONString

      public String toJSONString()