接口 IrResult.KeyValues.KeyValueOrBuilder

    • 方法详细资料

      • hasKey

        boolean hasKey()
        .common.Value key = 1;
        返回:
        Whether the key field is set.
      • getKey

        Common.Value getKey()
        .common.Value key = 1;
        返回:
        The key.
      • hasValue

        boolean hasValue()
        .results.Element value = 2;
        返回:
        Whether the value field is set.
      • getValue

        IrResult.Element getValue()
        .results.Element value = 2;
        返回:
        The value.