接口 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
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Common.NameOrIdgetKey().common.NameOrId key = 1;Common.NameOrIdOrBuildergetKeyOrBuilder().common.NameOrId key = 1;Common.ValuegetValue().common.Value value = 2;Common.ValueOrBuildergetValueOrBuilder().common.Value value = 2;booleanhasKey().common.NameOrId key = 1;booleanhasValue().common.Value value = 2;
-
-
-
方法详细资料
-
hasKey
boolean hasKey()
.common.NameOrId key = 1;- 返回:
- Whether the key field is set.
-
getKey
Common.NameOrId getKey()
.common.NameOrId key = 1;- 返回:
- The key.
-
getKeyOrBuilder
Common.NameOrIdOrBuilder getKeyOrBuilder()
.common.NameOrId key = 1;
-
hasValue
boolean hasValue()
.common.Value value = 2;- 返回:
- Whether the value field is set.
-
getValue
Common.Value getValue()
.common.Value value = 2;- 返回:
- The value.
-
getValueOrBuilder
Common.ValueOrBuilder getValueOrBuilder()
.common.Value value = 2;
-
-