接口 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
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 IrResult.EntrygetEntry().results.Entry entry = 2;IrResult.EntryOrBuildergetEntryOrBuilder().results.Entry entry = 2;Common.NameOrIdgetNameOrId().common.NameOrId name_or_id = 1;Common.NameOrIdOrBuildergetNameOrIdOrBuilder().common.NameOrId name_or_id = 1;booleanhasEntry().results.Entry entry = 2;booleanhasNameOrId().common.NameOrId name_or_id = 1;
-
-
-
方法详细资料
-
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.
-
getNameOrIdOrBuilder
Common.NameOrIdOrBuilder getNameOrIdOrBuilder()
.common.NameOrId name_or_id = 1;
-
hasEntry
boolean hasEntry()
.results.Entry entry = 2;- 返回:
- Whether the entry field is set.
-
getEntry
IrResult.Entry getEntry()
.results.Entry entry = 2;- 返回:
- The entry.
-
getEntryOrBuilder
IrResult.EntryOrBuilder getEntryOrBuilder()
.results.Entry entry = 2;
-
-