AreaCode enum

最近更新时间:2022-09-20 05:17:40

访问区域。

Constants

  • AS → const AreaCode

    除中国大陆以外的亚洲区域。

    @JsonValue(8)

    const AreaCode(3)

  • CN → const AreaCode

    中国大陆。

    @JsonValue(1)

    const AreaCode(0)

  • EU → const AreaCode

    欧洲区域。

    @JsonValue(4)

    const AreaCode(2)

  • GLOB → const AreaCode

    (默认)全球。

    @JsonValue(-1)

    const AreaCode(6)

  • IN → const AreaCode

    印度。

    @JsonValue(32)

    const AreaCode(5)

  • JP → const AreaCode

    日本。

    @JsonValue(16)

    const AreaCode(4)

  • NA → const AreaCode

    北美区域。

    @JsonValue(2)

    const AreaCode(1)

  • values → const List<AreaCode>

    A constant List of the values in this enum, in order of their declaration.

    const List<AreaCode>

Properties

  • hashCodeint

    The hash code for this object. [...]

    read-only, inherited

  • index → int

    The integer index of this enum.

    final

  • runtimeTypeType

    A representation of the runtime type of the object.

    read-only, inherited

Methods

Operators