Interface Flag


public interface Flag
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the flag.
    default com.google.gson.JsonElement
    Serializes this flag to a JsonElement.
  • Method Details

    • name

      String name()
      Gets the name of the flag.
      Returns:
      the name
    • toJson

      default com.google.gson.JsonElement toJson()
      Serializes this flag to a JsonElement.
      Returns:
      the JsonElement