public static final class OafProtos.Oaf.Builder extends com.google.protobuf.GeneratedMessage.Builder<OafProtos.Oaf.Builder> implements OafProtos.OafOrBuilder
eu.dnetlib.data.proto.Oaf| Modifier and Type | Method and Description |
|---|---|
OafProtos.Oaf |
build() |
OafProtos.Oaf |
buildPartial() |
OafProtos.Oaf.Builder |
clear() |
OafProtos.Oaf.Builder |
clearDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
OafProtos.Oaf.Builder |
clearEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
OafProtos.Oaf.Builder |
clearKind()
required .eu.dnetlib.data.proto.Kind kind = 1; |
OafProtos.Oaf.Builder |
clearLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5; |
OafProtos.Oaf.Builder |
clearRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
OafProtos.Oaf.Builder |
clone() |
FieldTypeProtos.DataInfo |
getDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
FieldTypeProtos.DataInfo.Builder |
getDataInfoBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
FieldTypeProtos.DataInfoOrBuilder |
getDataInfoOrBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
OafProtos.Oaf |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
OafProtos.OafEntity |
getEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
OafProtos.OafEntity.Builder |
getEntityBuilder()
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
OafProtos.OafEntityOrBuilder |
getEntityOrBuilder()
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
KindProtos.Kind |
getKind()
required .eu.dnetlib.data.proto.Kind kind = 1; |
long |
getLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5; |
OafProtos.OafRel |
getRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
OafProtos.OafRel.Builder |
getRelBuilder()
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
OafProtos.OafRelOrBuilder |
getRelOrBuilder()
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
boolean |
hasDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
boolean |
hasEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
boolean |
hasKind()
required .eu.dnetlib.data.proto.Kind kind = 1; |
boolean |
hasLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5; |
boolean |
hasRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OafProtos.Oaf.Builder |
mergeDataInfo(FieldTypeProtos.DataInfo value)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
OafProtos.Oaf.Builder |
mergeEntity(OafProtos.OafEntity value)
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
OafProtos.Oaf.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OafProtos.Oaf.Builder |
mergeFrom(com.google.protobuf.Message other) |
OafProtos.Oaf.Builder |
mergeFrom(OafProtos.Oaf other) |
OafProtos.Oaf.Builder |
mergeRel(OafProtos.OafRel value)
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
OafProtos.Oaf.Builder |
setDataInfo(FieldTypeProtos.DataInfo.Builder builderForValue)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
OafProtos.Oaf.Builder |
setDataInfo(FieldTypeProtos.DataInfo value)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
OafProtos.Oaf.Builder |
setEntity(OafProtos.OafEntity.Builder builderForValue)
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
OafProtos.Oaf.Builder |
setEntity(OafProtos.OafEntity value)
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
OafProtos.Oaf.Builder |
setKind(KindProtos.Kind value)
required .eu.dnetlib.data.proto.Kind kind = 1; |
OafProtos.Oaf.Builder |
setLastupdatetimestamp(long value)
optional sfixed64 lastupdatetimestamp = 5; |
OafProtos.Oaf.Builder |
setRel(OafProtos.OafRel.Builder builderForValue)
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
OafProtos.Oaf.Builder |
setRel(OafProtos.OafRel value)
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<OafProtos.Oaf.Builder>public OafProtos.Oaf.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<OafProtos.Oaf.Builder>public OafProtos.Oaf.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<OafProtos.Oaf.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<OafProtos.Oaf.Builder>public OafProtos.Oaf getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic OafProtos.Oaf build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic OafProtos.Oaf buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic OafProtos.Oaf.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OafProtos.Oaf.Builder>public OafProtos.Oaf.Builder mergeFrom(OafProtos.Oaf other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<OafProtos.Oaf.Builder>public OafProtos.Oaf.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OafProtos.Oaf.Builder>IOExceptionpublic boolean hasKind()
required .eu.dnetlib.data.proto.Kind kind = 1;hasKind in interface OafProtos.OafOrBuilderpublic KindProtos.Kind getKind()
required .eu.dnetlib.data.proto.Kind kind = 1;getKind in interface OafProtos.OafOrBuilderpublic OafProtos.Oaf.Builder setKind(KindProtos.Kind value)
required .eu.dnetlib.data.proto.Kind kind = 1;public OafProtos.Oaf.Builder clearKind()
required .eu.dnetlib.data.proto.Kind kind = 1;public boolean hasEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2;hasEntity in interface OafProtos.OafOrBuilderpublic OafProtos.OafEntity getEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2;getEntity in interface OafProtos.OafOrBuilderpublic OafProtos.Oaf.Builder setEntity(OafProtos.OafEntity value)
optional .eu.dnetlib.data.proto.OafEntity entity = 2;public OafProtos.Oaf.Builder setEntity(OafProtos.OafEntity.Builder builderForValue)
optional .eu.dnetlib.data.proto.OafEntity entity = 2;public OafProtos.Oaf.Builder mergeEntity(OafProtos.OafEntity value)
optional .eu.dnetlib.data.proto.OafEntity entity = 2;public OafProtos.Oaf.Builder clearEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2;public OafProtos.OafEntity.Builder getEntityBuilder()
optional .eu.dnetlib.data.proto.OafEntity entity = 2;public OafProtos.OafEntityOrBuilder getEntityOrBuilder()
optional .eu.dnetlib.data.proto.OafEntity entity = 2;getEntityOrBuilder in interface OafProtos.OafOrBuilderpublic boolean hasRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3;hasRel in interface OafProtos.OafOrBuilderpublic OafProtos.OafRel getRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3;getRel in interface OafProtos.OafOrBuilderpublic OafProtos.Oaf.Builder setRel(OafProtos.OafRel value)
optional .eu.dnetlib.data.proto.OafRel rel = 3;public OafProtos.Oaf.Builder setRel(OafProtos.OafRel.Builder builderForValue)
optional .eu.dnetlib.data.proto.OafRel rel = 3;public OafProtos.Oaf.Builder mergeRel(OafProtos.OafRel value)
optional .eu.dnetlib.data.proto.OafRel rel = 3;public OafProtos.Oaf.Builder clearRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3;public OafProtos.OafRel.Builder getRelBuilder()
optional .eu.dnetlib.data.proto.OafRel rel = 3;public OafProtos.OafRelOrBuilder getRelOrBuilder()
optional .eu.dnetlib.data.proto.OafRel rel = 3;getRelOrBuilder in interface OafProtos.OafOrBuilderpublic boolean hasDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;hasDataInfo in interface OafProtos.OafOrBuilderpublic FieldTypeProtos.DataInfo getDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;getDataInfo in interface OafProtos.OafOrBuilderpublic OafProtos.Oaf.Builder setDataInfo(FieldTypeProtos.DataInfo value)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;public OafProtos.Oaf.Builder setDataInfo(FieldTypeProtos.DataInfo.Builder builderForValue)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;public OafProtos.Oaf.Builder mergeDataInfo(FieldTypeProtos.DataInfo value)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;public OafProtos.Oaf.Builder clearDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;public FieldTypeProtos.DataInfo.Builder getDataInfoBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;public FieldTypeProtos.DataInfoOrBuilder getDataInfoOrBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;getDataInfoOrBuilder in interface OafProtos.OafOrBuilderpublic boolean hasLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5;
used to mark the last update time of this object
hasLastupdatetimestamp in interface OafProtos.OafOrBuilderpublic long getLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5;
used to mark the last update time of this object
getLastupdatetimestamp in interface OafProtos.OafOrBuilderpublic OafProtos.Oaf.Builder setLastupdatetimestamp(long value)
optional sfixed64 lastupdatetimestamp = 5;
used to mark the last update time of this object
public OafProtos.Oaf.Builder clearLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5;
used to mark the last update time of this object
Copyright © 2019. All rights reserved.