com.opera.core.systems.scope.protos
Class EsdbgProtos.NodeInfo.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.NodeInfo.Builder>
com.opera.core.systems.scope.protos.EsdbgProtos.NodeInfo.Builder
- All Implemented Interfaces:
- com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EsdbgProtos.NodeInfoOrBuilder, Cloneable
- Enclosing class:
- EsdbgProtos.NodeInfo
public static final class EsdbgProtos.NodeInfo.Builder
- extends com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.NodeInfo.Builder>
- implements EsdbgProtos.NodeInfoOrBuilder
| Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
| Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
addAll, newUninitializedMessageException |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.NodeInfo.Builder>
clear
public EsdbgProtos.NodeInfo.Builder clear()
- Specified by:
clear in interface com.google.protobuf.Message.Builder- Specified by:
clear in interface com.google.protobuf.MessageLite.Builder- Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.NodeInfo.Builder>
clone
public EsdbgProtos.NodeInfo.Builder clone()
- Specified by:
clone in interface com.google.protobuf.Message.Builder- Specified by:
clone in interface com.google.protobuf.MessageLite.Builder- Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.NodeInfo.Builder>
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder- Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.NodeInfo.Builder>
getDefaultInstanceForType
public EsdbgProtos.NodeInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
build
public EsdbgProtos.NodeInfo build()
- Specified by:
build in interface com.google.protobuf.Message.Builder- Specified by:
build in interface com.google.protobuf.MessageLite.Builder
buildPartial
public EsdbgProtos.NodeInfo buildPartial()
- Specified by:
buildPartial in interface com.google.protobuf.Message.Builder- Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder
mergeFrom
public EsdbgProtos.NodeInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder- Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EsdbgProtos.NodeInfo.Builder>
mergeFrom
public EsdbgProtos.NodeInfo.Builder mergeFrom(EsdbgProtos.NodeInfo other)
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.NodeInfo.Builder>
mergeFrom
public EsdbgProtos.NodeInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder- Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder- Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EsdbgProtos.NodeInfo.Builder>
- Throws:
IOException
hasObjectID
public boolean hasObjectID()
- Specified by:
hasObjectID in interface EsdbgProtos.NodeInfoOrBuilder
getObjectID
public int getObjectID()
- Specified by:
getObjectID in interface EsdbgProtos.NodeInfoOrBuilder
setObjectID
public EsdbgProtos.NodeInfo.Builder setObjectID(int value)
clearObjectID
public EsdbgProtos.NodeInfo.Builder clearObjectID()
hasType
public boolean hasType()
- Specified by:
hasType in interface EsdbgProtos.NodeInfoOrBuilder
getType
public int getType()
- Specified by:
getType in interface EsdbgProtos.NodeInfoOrBuilder
setType
public EsdbgProtos.NodeInfo.Builder setType(int value)
clearType
public EsdbgProtos.NodeInfo.Builder clearType()
hasName
public boolean hasName()
- Specified by:
hasName in interface EsdbgProtos.NodeInfoOrBuilder
getName
public String getName()
- Specified by:
getName in interface EsdbgProtos.NodeInfoOrBuilder
setName
public EsdbgProtos.NodeInfo.Builder setName(String value)
clearName
public EsdbgProtos.NodeInfo.Builder clearName()
hasDepth
public boolean hasDepth()
- Specified by:
hasDepth in interface EsdbgProtos.NodeInfoOrBuilder
getDepth
public int getDepth()
- Specified by:
getDepth in interface EsdbgProtos.NodeInfoOrBuilder
setDepth
public EsdbgProtos.NodeInfo.Builder setDepth(int value)
clearDepth
public EsdbgProtos.NodeInfo.Builder clearDepth()
hasNamespacePrefix
public boolean hasNamespacePrefix()
- Specified by:
hasNamespacePrefix in interface EsdbgProtos.NodeInfoOrBuilder
getNamespacePrefix
public String getNamespacePrefix()
- Specified by:
getNamespacePrefix in interface EsdbgProtos.NodeInfoOrBuilder
setNamespacePrefix
public EsdbgProtos.NodeInfo.Builder setNamespacePrefix(String value)
clearNamespacePrefix
public EsdbgProtos.NodeInfo.Builder clearNamespacePrefix()
getAttributeListList
public List<EsdbgProtos.NodeInfo.Attribute> getAttributeListList()
- Specified by:
getAttributeListList in interface EsdbgProtos.NodeInfoOrBuilder
getAttributeListCount
public int getAttributeListCount()
- Specified by:
getAttributeListCount in interface EsdbgProtos.NodeInfoOrBuilder
getAttributeList
public EsdbgProtos.NodeInfo.Attribute getAttributeList(int index)
- Specified by:
getAttributeList in interface EsdbgProtos.NodeInfoOrBuilder
setAttributeList
public EsdbgProtos.NodeInfo.Builder setAttributeList(int index,
EsdbgProtos.NodeInfo.Attribute value)
setAttributeList
public EsdbgProtos.NodeInfo.Builder setAttributeList(int index,
EsdbgProtos.NodeInfo.Attribute.Builder builderForValue)
addAttributeList
public EsdbgProtos.NodeInfo.Builder addAttributeList(EsdbgProtos.NodeInfo.Attribute value)
addAttributeList
public EsdbgProtos.NodeInfo.Builder addAttributeList(int index,
EsdbgProtos.NodeInfo.Attribute value)
addAttributeList
public EsdbgProtos.NodeInfo.Builder addAttributeList(EsdbgProtos.NodeInfo.Attribute.Builder builderForValue)
addAttributeList
public EsdbgProtos.NodeInfo.Builder addAttributeList(int index,
EsdbgProtos.NodeInfo.Attribute.Builder builderForValue)
addAllAttributeList
public EsdbgProtos.NodeInfo.Builder addAllAttributeList(Iterable<? extends EsdbgProtos.NodeInfo.Attribute> values)
clearAttributeList
public EsdbgProtos.NodeInfo.Builder clearAttributeList()
removeAttributeList
public EsdbgProtos.NodeInfo.Builder removeAttributeList(int index)
getAttributeListBuilder
public EsdbgProtos.NodeInfo.Attribute.Builder getAttributeListBuilder(int index)
getAttributeListOrBuilder
public EsdbgProtos.NodeInfo.AttributeOrBuilder getAttributeListOrBuilder(int index)
- Specified by:
getAttributeListOrBuilder in interface EsdbgProtos.NodeInfoOrBuilder
getAttributeListOrBuilderList
public List<? extends EsdbgProtos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList()
- Specified by:
getAttributeListOrBuilderList in interface EsdbgProtos.NodeInfoOrBuilder
addAttributeListBuilder
public EsdbgProtos.NodeInfo.Attribute.Builder addAttributeListBuilder()
addAttributeListBuilder
public EsdbgProtos.NodeInfo.Attribute.Builder addAttributeListBuilder(int index)
getAttributeListBuilderList
public List<EsdbgProtos.NodeInfo.Attribute.Builder> getAttributeListBuilderList()
hasChildrenLength
public boolean hasChildrenLength()
- Specified by:
hasChildrenLength in interface EsdbgProtos.NodeInfoOrBuilder
getChildrenLength
public int getChildrenLength()
- Specified by:
getChildrenLength in interface EsdbgProtos.NodeInfoOrBuilder
setChildrenLength
public EsdbgProtos.NodeInfo.Builder setChildrenLength(int value)
clearChildrenLength
public EsdbgProtos.NodeInfo.Builder clearChildrenLength()
hasValue
public boolean hasValue()
- Specified by:
hasValue in interface EsdbgProtos.NodeInfoOrBuilder
getValue
public String getValue()
- Specified by:
getValue in interface EsdbgProtos.NodeInfoOrBuilder
setValue
public EsdbgProtos.NodeInfo.Builder setValue(String value)
clearValue
public EsdbgProtos.NodeInfo.Builder clearValue()
hasPublicID
public boolean hasPublicID()
- Specified by:
hasPublicID in interface EsdbgProtos.NodeInfoOrBuilder
getPublicID
public String getPublicID()
- Specified by:
getPublicID in interface EsdbgProtos.NodeInfoOrBuilder
setPublicID
public EsdbgProtos.NodeInfo.Builder setPublicID(String value)
clearPublicID
public EsdbgProtos.NodeInfo.Builder clearPublicID()
hasSystemID
public boolean hasSystemID()
- Specified by:
hasSystemID in interface EsdbgProtos.NodeInfoOrBuilder
getSystemID
public String getSystemID()
- Specified by:
getSystemID in interface EsdbgProtos.NodeInfoOrBuilder
setSystemID
public EsdbgProtos.NodeInfo.Builder setSystemID(String value)
clearSystemID
public EsdbgProtos.NodeInfo.Builder clearSystemID()
Copyright © 2012. All Rights Reserved.