public static interface FieldTypeProtos.AuthorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FieldTypeProtos.StringField |
getAffiliation(int index)
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
int |
getAffiliationCount()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
List<FieldTypeProtos.StringField> |
getAffiliationList()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
FieldTypeProtos.StringFieldOrBuilder |
getAffiliationOrBuilder(int index)
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
List<? extends FieldTypeProtos.StringFieldOrBuilder> |
getAffiliationOrBuilderList()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
String |
getFullname()
required string fullname = 1; |
com.google.protobuf.ByteString |
getFullnameBytes()
required string fullname = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
FieldTypeProtos.KeyValue |
getPid(int index)
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
int |
getPidCount()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
List<FieldTypeProtos.KeyValue> |
getPidList()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
FieldTypeProtos.KeyValueOrBuilder |
getPidOrBuilder(int index)
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
List<? extends FieldTypeProtos.KeyValueOrBuilder> |
getPidOrBuilderList()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
int |
getRank()
required int32 rank = 4; |
String |
getSurname()
optional string surname = 3; |
com.google.protobuf.ByteString |
getSurnameBytes()
optional string surname = 3; |
boolean |
hasFullname()
required string fullname = 1; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasRank()
required int32 rank = 4; |
boolean |
hasSurname()
optional string surname = 3; |
boolean hasFullname()
required string fullname = 1;String getFullname()
required string fullname = 1;com.google.protobuf.ByteString getFullnameBytes()
required string fullname = 1;boolean hasName()
optional string name = 2;String getName()
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
optional string name = 2;boolean hasSurname()
optional string surname = 3;String getSurname()
optional string surname = 3;com.google.protobuf.ByteString getSurnameBytes()
optional string surname = 3;boolean hasRank()
required int32 rank = 4;int getRank()
required int32 rank = 4;List<FieldTypeProtos.KeyValue> getPidList()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;FieldTypeProtos.KeyValue getPid(int index)
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;int getPidCount()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;List<? extends FieldTypeProtos.KeyValueOrBuilder> getPidOrBuilderList()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;FieldTypeProtos.KeyValueOrBuilder getPidOrBuilder(int index)
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;List<FieldTypeProtos.StringField> getAffiliationList()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;FieldTypeProtos.StringField getAffiliation(int index)
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;int getAffiliationCount()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;List<? extends FieldTypeProtos.StringFieldOrBuilder> getAffiliationOrBuilderList()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;FieldTypeProtos.StringFieldOrBuilder getAffiliationOrBuilder(int index)
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;Copyright © 2019. All rights reserved.