eu.dnetlib.data.proto
Interface PersonProtos.PersonOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PersonProtos.Person, PersonProtos.Person.Builder
Enclosing class:
PersonProtos

public static interface PersonProtos.PersonOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 AuthorMetricsProto.AuthorMetrics getAuthorMetrics()
           
 AuthorMetricsProto.AuthorMetricsOrBuilder getAuthorMetricsOrBuilder()
           
 PersonProtos.Person getCoautors(int index)
           
 int getCoautorsCount()
           
 List<PersonProtos.Person> getCoautorsList()
           
 PersonProtos.PersonOrBuilder getCoautorsOrBuilder(int index)
           
 List<? extends PersonProtos.PersonOrBuilder> getCoautorsOrBuilderList()
           
 String getId()
           
 PersonProtos.Person.Metadata getMetadata()
           
 PersonProtos.Person.MetadataOrBuilder getMetadataOrBuilder()
           
 boolean hasAuthorMetrics()
           
 boolean hasId()
           
 boolean hasMetadata()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasId

boolean hasId()

getId

String getId()

hasMetadata

boolean hasMetadata()

getMetadata

PersonProtos.Person.Metadata getMetadata()

getMetadataOrBuilder

PersonProtos.Person.MetadataOrBuilder getMetadataOrBuilder()

hasAuthorMetrics

boolean hasAuthorMetrics()

getAuthorMetrics

AuthorMetricsProto.AuthorMetrics getAuthorMetrics()

getAuthorMetricsOrBuilder

AuthorMetricsProto.AuthorMetricsOrBuilder getAuthorMetricsOrBuilder()

getCoautorsList

List<PersonProtos.Person> getCoautorsList()

getCoautors

PersonProtos.Person getCoautors(int index)

getCoautorsCount

int getCoautorsCount()

getCoautorsOrBuilderList

List<? extends PersonProtos.PersonOrBuilder> getCoautorsOrBuilderList()

getCoautorsOrBuilder

PersonProtos.PersonOrBuilder getCoautorsOrBuilder(int index)


Copyright © 2013. All Rights Reserved.