public static interface FieldTypeProtos.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldTypeProtos.DataInfo |
getDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 3; |
FieldTypeProtos.DataInfoOrBuilder |
getDataInfoOrBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 3; |
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
boolean |
hasDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 3; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
optional string value = 2; |
boolean hasKey()
required string key = 1;String getKey()
required string key = 1;com.google.protobuf.ByteString getKeyBytes()
required string key = 1;boolean hasValue()
optional string value = 2;String getValue()
optional string value = 2;com.google.protobuf.ByteString getValueBytes()
optional string value = 2;boolean hasDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 3;FieldTypeProtos.DataInfo getDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 3;FieldTypeProtos.DataInfoOrBuilder getDataInfoOrBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 3;Copyright © 2019. All rights reserved.