接口 IrResult.PropertyOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    IrResult.Property, IrResult.Property.Builder
    封闭类:
    IrResult

    public static interface IrResult.PropertyOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • hasKey

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

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

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

        Common.Value getValue()
        .common.Value value = 2;
        返回:
        The value.