接口 IrResult.ColumnOrBuilder

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

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

      • hasNameOrId

        boolean hasNameOrId()
        .common.NameOrId name_or_id = 1;
        返回:
        Whether the nameOrId field is set.
      • getNameOrId

        Common.NameOrId getNameOrId()
        .common.NameOrId name_or_id = 1;
        返回:
        The nameOrId.
      • hasEntry

        boolean hasEntry()
        .results.Entry entry = 2;
        返回:
        Whether the entry field is set.
      • getEntry

        IrResult.Entry getEntry()
        .results.Entry entry = 2;
        返回:
        The entry.