public static final class OafProtos.OafEntity extends com.google.protobuf.GeneratedMessage implements OafProtos.OafEntityOrBuilder
eu.dnetlib.data.proto.OafEntity| Modifier and Type | Class and Description |
|---|---|
static class |
OafProtos.OafEntity.Builder
Protobuf type
eu.dnetlib.data.proto.OafEntity |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CACHEDOAFREL_FIELD_NUMBER |
static int |
CACHEDREL_FIELD_NUMBER |
static int |
CHILDREN_FIELD_NUMBER |
static int |
COLLECTEDFROM_FIELD_NUMBER |
static int |
DATASOURCE_FIELD_NUMBER |
static int |
DATEOFCOLLECTION_FIELD_NUMBER |
static int |
DATEOFTRANSFORMATION_FIELD_NUMBER |
static int |
EXTRAINFO_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
OAIPROVENANCE_FIELD_NUMBER |
static int |
ORGANIZATION_FIELD_NUMBER |
static int |
ORIGINALID_FIELD_NUMBER |
static com.google.protobuf.Parser<OafProtos.OafEntity> |
PARSER |
static int |
PID_FIELD_NUMBER |
static int |
PROJECT_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
OafProtos.Oaf |
getCachedOafRel(int index)
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18; |
int |
getCachedOafRelCount()
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18; |
List<OafProtos.Oaf> |
getCachedOafRelList()
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18; |
OafProtos.OafOrBuilder |
getCachedOafRelOrBuilder(int index)
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18; |
List<? extends OafProtos.OafOrBuilder> |
getCachedOafRelOrBuilderList()
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18; |
OafProtos.OafRel |
getCachedRel(int index)
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2; |
int |
getCachedRelCount()
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2; |
List<OafProtos.OafRel> |
getCachedRelList()
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2; |
OafProtos.OafRelOrBuilder |
getCachedRelOrBuilder(int index)
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2; |
List<? extends OafProtos.OafRelOrBuilder> |
getCachedRelOrBuilderList()
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2; |
OafProtos.OafEntity |
getChildren(int index)
repeated .eu.dnetlib.data.proto.OafEntity children = 16; |
int |
getChildrenCount()
repeated .eu.dnetlib.data.proto.OafEntity children = 16; |
List<OafProtos.OafEntity> |
getChildrenList()
repeated .eu.dnetlib.data.proto.OafEntity children = 16; |
OafProtos.OafEntityOrBuilder |
getChildrenOrBuilder(int index)
repeated .eu.dnetlib.data.proto.OafEntity children = 16; |
List<? extends OafProtos.OafEntityOrBuilder> |
getChildrenOrBuilderList()
repeated .eu.dnetlib.data.proto.OafEntity children = 16; |
FieldTypeProtos.KeyValue |
getCollectedfrom(int index)
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9; |
int |
getCollectedfromCount()
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9; |
List<FieldTypeProtos.KeyValue> |
getCollectedfromList()
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9; |
FieldTypeProtos.KeyValueOrBuilder |
getCollectedfromOrBuilder(int index)
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9; |
List<? extends FieldTypeProtos.KeyValueOrBuilder> |
getCollectedfromOrBuilderList()
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9; |
DatasourceProtos.Datasource |
getDatasource()
optional .eu.dnetlib.data.proto.Datasource datasource = 3; |
DatasourceProtos.DatasourceOrBuilder |
getDatasourceOrBuilder()
optional .eu.dnetlib.data.proto.Datasource datasource = 3; |
String |
getDateofcollection()
optional string dateofcollection = 11; |
com.google.protobuf.ByteString |
getDateofcollectionBytes()
optional string dateofcollection = 11; |
String |
getDateoftransformation()
optional string dateoftransformation = 13; |
com.google.protobuf.ByteString |
getDateoftransformationBytes()
optional string dateoftransformation = 13; |
static OafProtos.OafEntity |
getDefaultInstance() |
OafProtos.OafEntity |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FieldTypeProtos.ExtraInfo |
getExtraInfo(int index)
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15; |
int |
getExtraInfoCount()
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15; |
List<FieldTypeProtos.ExtraInfo> |
getExtraInfoList()
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15; |
FieldTypeProtos.ExtraInfoOrBuilder |
getExtraInfoOrBuilder(int index)
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15; |
List<? extends FieldTypeProtos.ExtraInfoOrBuilder> |
getExtraInfoOrBuilderList()
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15; |
String |
getId()
required string id = 12; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 12; |
FieldTypeProtos.OAIProvenance |
getOaiprovenance()
optional .eu.dnetlib.data.proto.OAIProvenance oaiprovenance = 17; |
FieldTypeProtos.OAIProvenanceOrBuilder |
getOaiprovenanceOrBuilder()
optional .eu.dnetlib.data.proto.OAIProvenance oaiprovenance = 17; |
OrganizationProtos.Organization |
getOrganization()
optional .eu.dnetlib.data.proto.Organization organization = 4; |
OrganizationProtos.OrganizationOrBuilder |
getOrganizationOrBuilder()
optional .eu.dnetlib.data.proto.Organization organization = 4; |
String |
getOriginalId(int index)
repeated string originalId = 8; |
com.google.protobuf.ByteString |
getOriginalIdBytes(int index)
repeated string originalId = 8; |
int |
getOriginalIdCount()
repeated string originalId = 8; |
List<String> |
getOriginalIdList()
repeated string originalId = 8; |
com.google.protobuf.Parser<OafProtos.OafEntity> |
getParserForType() |
FieldTypeProtos.StructuredProperty |
getPid(int index)
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10; |
int |
getPidCount()
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10; |
List<FieldTypeProtos.StructuredProperty> |
getPidList()
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10; |
FieldTypeProtos.StructuredPropertyOrBuilder |
getPidOrBuilder(int index)
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10; |
List<? extends FieldTypeProtos.StructuredPropertyOrBuilder> |
getPidOrBuilderList()
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10; |
ProjectProtos.Project |
getProject()
optional .eu.dnetlib.data.proto.Project project = 6; |
ProjectProtos.ProjectOrBuilder |
getProjectOrBuilder()
optional .eu.dnetlib.data.proto.Project project = 6; |
ResultProtos.Result |
getResult()
optional .eu.dnetlib.data.proto.Result result = 7; |
ResultProtos.ResultOrBuilder |
getResultOrBuilder()
optional .eu.dnetlib.data.proto.Result result = 7; |
int |
getSerializedSize() |
TypeProtos.Type |
getType()
required .eu.dnetlib.data.proto.Type type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDatasource()
optional .eu.dnetlib.data.proto.Datasource datasource = 3; |
boolean |
hasDateofcollection()
optional string dateofcollection = 11; |
boolean |
hasDateoftransformation()
optional string dateoftransformation = 13; |
boolean |
hasId()
required string id = 12; |
boolean |
hasOaiprovenance()
optional .eu.dnetlib.data.proto.OAIProvenance oaiprovenance = 17; |
boolean |
hasOrganization()
optional .eu.dnetlib.data.proto.Organization organization = 4; |
boolean |
hasProject()
optional .eu.dnetlib.data.proto.Project project = 6; |
boolean |
hasResult()
optional .eu.dnetlib.data.proto.Result result = 7; |
boolean |
hasType()
required .eu.dnetlib.data.proto.Type type = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OafProtos.OafEntity.Builder |
newBuilder() |
static OafProtos.OafEntity.Builder |
newBuilder(OafProtos.OafEntity prototype) |
OafProtos.OafEntity.Builder |
newBuilderForType() |
protected OafProtos.OafEntity.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static OafProtos.OafEntity |
parseDelimitedFrom(InputStream input) |
static OafProtos.OafEntity |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OafProtos.OafEntity |
parseFrom(byte[] data) |
static OafProtos.OafEntity |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OafProtos.OafEntity |
parseFrom(com.google.protobuf.ByteString data) |
static OafProtos.OafEntity |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OafProtos.OafEntity |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OafProtos.OafEntity |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OafProtos.OafEntity |
parseFrom(InputStream input) |
static OafProtos.OafEntity |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OafProtos.OafEntity.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<OafProtos.OafEntity> PARSER
public static final int TYPE_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int ORIGINALID_FIELD_NUMBER
public static final int COLLECTEDFROM_FIELD_NUMBER
public static final int PID_FIELD_NUMBER
public static final int DATEOFCOLLECTION_FIELD_NUMBER
public static final int DATEOFTRANSFORMATION_FIELD_NUMBER
public static final int CACHEDREL_FIELD_NUMBER
public static final int CACHEDOAFREL_FIELD_NUMBER
public static final int DATASOURCE_FIELD_NUMBER
public static final int ORGANIZATION_FIELD_NUMBER
public static final int PROJECT_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
public static final int CHILDREN_FIELD_NUMBER
public static final int EXTRAINFO_FIELD_NUMBER
public static final int OAIPROVENANCE_FIELD_NUMBER
public static OafProtos.OafEntity getDefaultInstance()
public OafProtos.OafEntity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<OafProtos.OafEntity> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasType()
required .eu.dnetlib.data.proto.Type type = 1;hasType in interface OafProtos.OafEntityOrBuilderpublic TypeProtos.Type getType()
required .eu.dnetlib.data.proto.Type type = 1;getType in interface OafProtos.OafEntityOrBuilderpublic boolean hasId()
required string id = 12;hasId in interface OafProtos.OafEntityOrBuilderpublic String getId()
required string id = 12;getId in interface OafProtos.OafEntityOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
required string id = 12;getIdBytes in interface OafProtos.OafEntityOrBuilderpublic List<String> getOriginalIdList()
repeated string originalId = 8;getOriginalIdList in interface OafProtos.OafEntityOrBuilderpublic int getOriginalIdCount()
repeated string originalId = 8;getOriginalIdCount in interface OafProtos.OafEntityOrBuilderpublic String getOriginalId(int index)
repeated string originalId = 8;getOriginalId in interface OafProtos.OafEntityOrBuilderpublic com.google.protobuf.ByteString getOriginalIdBytes(int index)
repeated string originalId = 8;getOriginalIdBytes in interface OafProtos.OafEntityOrBuilderpublic List<FieldTypeProtos.KeyValue> getCollectedfromList()
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9;getCollectedfromList in interface OafProtos.OafEntityOrBuilderpublic List<? extends FieldTypeProtos.KeyValueOrBuilder> getCollectedfromOrBuilderList()
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9;getCollectedfromOrBuilderList in interface OafProtos.OafEntityOrBuilderpublic int getCollectedfromCount()
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9;getCollectedfromCount in interface OafProtos.OafEntityOrBuilderpublic FieldTypeProtos.KeyValue getCollectedfrom(int index)
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9;getCollectedfrom in interface OafProtos.OafEntityOrBuilderpublic FieldTypeProtos.KeyValueOrBuilder getCollectedfromOrBuilder(int index)
repeated .eu.dnetlib.data.proto.KeyValue collectedfrom = 9;getCollectedfromOrBuilder in interface OafProtos.OafEntityOrBuilderpublic List<FieldTypeProtos.StructuredProperty> getPidList()
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10;getPidList in interface OafProtos.OafEntityOrBuilderpublic List<? extends FieldTypeProtos.StructuredPropertyOrBuilder> getPidOrBuilderList()
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10;getPidOrBuilderList in interface OafProtos.OafEntityOrBuilderpublic int getPidCount()
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10;getPidCount in interface OafProtos.OafEntityOrBuilderpublic FieldTypeProtos.StructuredProperty getPid(int index)
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10;getPid in interface OafProtos.OafEntityOrBuilderpublic FieldTypeProtos.StructuredPropertyOrBuilder getPidOrBuilder(int index)
repeated .eu.dnetlib.data.proto.StructuredProperty pid = 10;getPidOrBuilder in interface OafProtos.OafEntityOrBuilderpublic boolean hasDateofcollection()
optional string dateofcollection = 11;hasDateofcollection in interface OafProtos.OafEntityOrBuilderpublic String getDateofcollection()
optional string dateofcollection = 11;getDateofcollection in interface OafProtos.OafEntityOrBuilderpublic com.google.protobuf.ByteString getDateofcollectionBytes()
optional string dateofcollection = 11;getDateofcollectionBytes in interface OafProtos.OafEntityOrBuilderpublic boolean hasDateoftransformation()
optional string dateoftransformation = 13;hasDateoftransformation in interface OafProtos.OafEntityOrBuilderpublic String getDateoftransformation()
optional string dateoftransformation = 13;getDateoftransformation in interface OafProtos.OafEntityOrBuilderpublic com.google.protobuf.ByteString getDateoftransformationBytes()
optional string dateoftransformation = 13;getDateoftransformationBytes in interface OafProtos.OafEntityOrBuilderpublic List<OafProtos.OafRel> getCachedRelList()
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2;
Any relation that we want to bundle together with this entity. It's intended to be used only in temporary values in map/red jobs (sequence files, ...) and never persisted values stored in HBase.
getCachedRelList in interface OafProtos.OafEntityOrBuilderpublic List<? extends OafProtos.OafRelOrBuilder> getCachedRelOrBuilderList()
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2;
Any relation that we want to bundle together with this entity. It's intended to be used only in temporary values in map/red jobs (sequence files, ...) and never persisted values stored in HBase.
getCachedRelOrBuilderList in interface OafProtos.OafEntityOrBuilderpublic int getCachedRelCount()
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2;
Any relation that we want to bundle together with this entity. It's intended to be used only in temporary values in map/red jobs (sequence files, ...) and never persisted values stored in HBase.
getCachedRelCount in interface OafProtos.OafEntityOrBuilderpublic OafProtos.OafRel getCachedRel(int index)
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2;
Any relation that we want to bundle together with this entity. It's intended to be used only in temporary values in map/red jobs (sequence files, ...) and never persisted values stored in HBase.
getCachedRel in interface OafProtos.OafEntityOrBuilderpublic OafProtos.OafRelOrBuilder getCachedRelOrBuilder(int index)
repeated .eu.dnetlib.data.proto.OafRel cachedRel = 2;
Any relation that we want to bundle together with this entity. It's intended to be used only in temporary values in map/red jobs (sequence files, ...) and never persisted values stored in HBase.
getCachedRelOrBuilder in interface OafProtos.OafEntityOrBuilderpublic List<OafProtos.Oaf> getCachedOafRelList()
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18;getCachedOafRelList in interface OafProtos.OafEntityOrBuilderpublic List<? extends OafProtos.OafOrBuilder> getCachedOafRelOrBuilderList()
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18;getCachedOafRelOrBuilderList in interface OafProtos.OafEntityOrBuilderpublic int getCachedOafRelCount()
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18;getCachedOafRelCount in interface OafProtos.OafEntityOrBuilderpublic OafProtos.Oaf getCachedOafRel(int index)
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18;getCachedOafRel in interface OafProtos.OafEntityOrBuilderpublic OafProtos.OafOrBuilder getCachedOafRelOrBuilder(int index)
repeated .eu.dnetlib.data.proto.Oaf cachedOafRel = 18;getCachedOafRelOrBuilder in interface OafProtos.OafEntityOrBuilderpublic boolean hasDatasource()
optional .eu.dnetlib.data.proto.Datasource datasource = 3;hasDatasource in interface OafProtos.OafEntityOrBuilderpublic DatasourceProtos.Datasource getDatasource()
optional .eu.dnetlib.data.proto.Datasource datasource = 3;getDatasource in interface OafProtos.OafEntityOrBuilderpublic DatasourceProtos.DatasourceOrBuilder getDatasourceOrBuilder()
optional .eu.dnetlib.data.proto.Datasource datasource = 3;getDatasourceOrBuilder in interface OafProtos.OafEntityOrBuilderpublic boolean hasOrganization()
optional .eu.dnetlib.data.proto.Organization organization = 4;hasOrganization in interface OafProtos.OafEntityOrBuilderpublic OrganizationProtos.Organization getOrganization()
optional .eu.dnetlib.data.proto.Organization organization = 4;getOrganization in interface OafProtos.OafEntityOrBuilderpublic OrganizationProtos.OrganizationOrBuilder getOrganizationOrBuilder()
optional .eu.dnetlib.data.proto.Organization organization = 4;getOrganizationOrBuilder in interface OafProtos.OafEntityOrBuilderpublic boolean hasProject()
optional .eu.dnetlib.data.proto.Project project = 6;hasProject in interface OafProtos.OafEntityOrBuilderpublic ProjectProtos.Project getProject()
optional .eu.dnetlib.data.proto.Project project = 6;getProject in interface OafProtos.OafEntityOrBuilderpublic ProjectProtos.ProjectOrBuilder getProjectOrBuilder()
optional .eu.dnetlib.data.proto.Project project = 6;getProjectOrBuilder in interface OafProtos.OafEntityOrBuilderpublic boolean hasResult()
optional .eu.dnetlib.data.proto.Result result = 7;hasResult in interface OafProtos.OafEntityOrBuilderpublic ResultProtos.Result getResult()
optional .eu.dnetlib.data.proto.Result result = 7;getResult in interface OafProtos.OafEntityOrBuilderpublic ResultProtos.ResultOrBuilder getResultOrBuilder()
optional .eu.dnetlib.data.proto.Result result = 7;getResultOrBuilder in interface OafProtos.OafEntityOrBuilderpublic List<OafProtos.OafEntity> getChildrenList()
repeated .eu.dnetlib.data.proto.OafEntity children = 16;getChildrenList in interface OafProtos.OafEntityOrBuilderpublic List<? extends OafProtos.OafEntityOrBuilder> getChildrenOrBuilderList()
repeated .eu.dnetlib.data.proto.OafEntity children = 16;getChildrenOrBuilderList in interface OafProtos.OafEntityOrBuilderpublic int getChildrenCount()
repeated .eu.dnetlib.data.proto.OafEntity children = 16;getChildrenCount in interface OafProtos.OafEntityOrBuilderpublic OafProtos.OafEntity getChildren(int index)
repeated .eu.dnetlib.data.proto.OafEntity children = 16;getChildren in interface OafProtos.OafEntityOrBuilderpublic OafProtos.OafEntityOrBuilder getChildrenOrBuilder(int index)
repeated .eu.dnetlib.data.proto.OafEntity children = 16;getChildrenOrBuilder in interface OafProtos.OafEntityOrBuilderpublic List<FieldTypeProtos.ExtraInfo> getExtraInfoList()
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15;getExtraInfoList in interface OafProtos.OafEntityOrBuilderpublic List<? extends FieldTypeProtos.ExtraInfoOrBuilder> getExtraInfoOrBuilderList()
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15;getExtraInfoOrBuilderList in interface OafProtos.OafEntityOrBuilderpublic int getExtraInfoCount()
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15;getExtraInfoCount in interface OafProtos.OafEntityOrBuilderpublic FieldTypeProtos.ExtraInfo getExtraInfo(int index)
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15;getExtraInfo in interface OafProtos.OafEntityOrBuilderpublic FieldTypeProtos.ExtraInfoOrBuilder getExtraInfoOrBuilder(int index)
repeated .eu.dnetlib.data.proto.ExtraInfo extraInfo = 15;getExtraInfoOrBuilder in interface OafProtos.OafEntityOrBuilderpublic boolean hasOaiprovenance()
optional .eu.dnetlib.data.proto.OAIProvenance oaiprovenance = 17;hasOaiprovenance in interface OafProtos.OafEntityOrBuilderpublic FieldTypeProtos.OAIProvenance getOaiprovenance()
optional .eu.dnetlib.data.proto.OAIProvenance oaiprovenance = 17;getOaiprovenance in interface OafProtos.OafEntityOrBuilderpublic FieldTypeProtos.OAIProvenanceOrBuilder getOaiprovenanceOrBuilder()
optional .eu.dnetlib.data.proto.OAIProvenance oaiprovenance = 17;getOaiprovenanceOrBuilder in interface OafProtos.OafEntityOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static OafProtos.OafEntity parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OafProtos.OafEntity parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OafProtos.OafEntity parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OafProtos.OafEntity parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OafProtos.OafEntity parseFrom(InputStream input) throws IOException
IOExceptionpublic static OafProtos.OafEntity parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OafProtos.OafEntity parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OafProtos.OafEntity parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OafProtos.OafEntity parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OafProtos.OafEntity parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OafProtos.OafEntity.Builder newBuilder()
public OafProtos.OafEntity.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OafProtos.OafEntity.Builder newBuilder(OafProtos.OafEntity prototype)
public OafProtos.OafEntity.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected OafProtos.OafEntity.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2019. All rights reserved.