com.opera.core.systems.scope.protos
Class ExecProtos.ScreenWatcher.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<ExecProtos.ScreenWatcher.Builder>
              extended by com.opera.core.systems.scope.protos.ExecProtos.ScreenWatcher.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ExecProtos.ScreenWatcherOrBuilder, Cloneable
Enclosing class:
ExecProtos.ScreenWatcher

public static final class ExecProtos.ScreenWatcher.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ExecProtos.ScreenWatcher.Builder>
implements ExecProtos.ScreenWatcherOrBuilder


Method Summary
 ExecProtos.ScreenWatcher.Builder addAllColorSpecList(Iterable<? extends ExecProtos.ScreenWatcher.ColorSpec> values)
           
 ExecProtos.ScreenWatcher.Builder addAllMd5List(Iterable<String> values)
           
 ExecProtos.ScreenWatcher.Builder addColorSpecList(ExecProtos.ScreenWatcher.ColorSpec.Builder builderForValue)
           
 ExecProtos.ScreenWatcher.Builder addColorSpecList(ExecProtos.ScreenWatcher.ColorSpec value)
           
 ExecProtos.ScreenWatcher.Builder addColorSpecList(int index, ExecProtos.ScreenWatcher.ColorSpec.Builder builderForValue)
           
 ExecProtos.ScreenWatcher.Builder addColorSpecList(int index, ExecProtos.ScreenWatcher.ColorSpec value)
           
 ExecProtos.ScreenWatcher.ColorSpec.Builder addColorSpecListBuilder()
           
 ExecProtos.ScreenWatcher.ColorSpec.Builder addColorSpecListBuilder(int index)
           
 ExecProtos.ScreenWatcher.Builder addMd5List(String value)
           
 ExecProtos.ScreenWatcher build()
           
 ExecProtos.ScreenWatcher buildPartial()
           
 ExecProtos.ScreenWatcher.Builder clear()
           
 ExecProtos.ScreenWatcher.Builder clearArea()
           
 ExecProtos.ScreenWatcher.Builder clearColorSpecList()
           
 ExecProtos.ScreenWatcher.Builder clearIncludeImage()
           
 ExecProtos.ScreenWatcher.Builder clearMd5List()
           
 ExecProtos.ScreenWatcher.Builder clearTimeOut()
           
 ExecProtos.ScreenWatcher.Builder clearWindowID()
           
 ExecProtos.ScreenWatcher.Builder clone()
           
 ExecProtos.Area getArea()
           
 ExecProtos.Area.Builder getAreaBuilder()
           
 ExecProtos.AreaOrBuilder getAreaOrBuilder()
           
 ExecProtos.ScreenWatcher.ColorSpec getColorSpecList(int index)
           
 ExecProtos.ScreenWatcher.ColorSpec.Builder getColorSpecListBuilder(int index)
           
 List<ExecProtos.ScreenWatcher.ColorSpec.Builder> getColorSpecListBuilderList()
           
 int getColorSpecListCount()
           
 List<ExecProtos.ScreenWatcher.ColorSpec> getColorSpecListList()
           
 ExecProtos.ScreenWatcher.ColorSpecOrBuilder getColorSpecListOrBuilder(int index)
           
 List<? extends ExecProtos.ScreenWatcher.ColorSpecOrBuilder> getColorSpecListOrBuilderList()
           
 ExecProtos.ScreenWatcher getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean getIncludeImage()
           
 String getMd5List(int index)
           
 int getMd5ListCount()
           
 List<String> getMd5ListList()
           
 int getTimeOut()
           
 int getWindowID()
           
 boolean hasArea()
           
 boolean hasIncludeImage()
           
 boolean hasTimeOut()
           
 boolean hasWindowID()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ExecProtos.ScreenWatcher.Builder mergeArea(ExecProtos.Area value)
           
 ExecProtos.ScreenWatcher.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ExecProtos.ScreenWatcher.Builder mergeFrom(ExecProtos.ScreenWatcher other)
           
 ExecProtos.ScreenWatcher.Builder mergeFrom(com.google.protobuf.Message other)
           
 ExecProtos.ScreenWatcher.Builder removeColorSpecList(int index)
           
 ExecProtos.ScreenWatcher.Builder setArea(ExecProtos.Area.Builder builderForValue)
           
 ExecProtos.ScreenWatcher.Builder setArea(ExecProtos.Area value)
           
 ExecProtos.ScreenWatcher.Builder setColorSpecList(int index, ExecProtos.ScreenWatcher.ColorSpec.Builder builderForValue)
           
 ExecProtos.ScreenWatcher.Builder setColorSpecList(int index, ExecProtos.ScreenWatcher.ColorSpec value)
           
 ExecProtos.ScreenWatcher.Builder setIncludeImage(boolean value)
           
 ExecProtos.ScreenWatcher.Builder setMd5List(int index, String value)
           
 ExecProtos.ScreenWatcher.Builder setTimeOut(int value)
           
 ExecProtos.ScreenWatcher.Builder setWindowID(int value)
           
 
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 class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

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<ExecProtos.ScreenWatcher.Builder>

clear

public ExecProtos.ScreenWatcher.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<ExecProtos.ScreenWatcher.Builder>

clone

public ExecProtos.ScreenWatcher.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<ExecProtos.ScreenWatcher.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<ExecProtos.ScreenWatcher.Builder>

getDefaultInstanceForType

public ExecProtos.ScreenWatcher getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public ExecProtos.ScreenWatcher build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public ExecProtos.ScreenWatcher buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public ExecProtos.ScreenWatcher.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<ExecProtos.ScreenWatcher.Builder>

mergeFrom

public ExecProtos.ScreenWatcher.Builder mergeFrom(ExecProtos.ScreenWatcher other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ExecProtos.ScreenWatcher.Builder>

mergeFrom

public ExecProtos.ScreenWatcher.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<ExecProtos.ScreenWatcher.Builder>
Throws:
IOException

hasTimeOut

public boolean hasTimeOut()
Specified by:
hasTimeOut in interface ExecProtos.ScreenWatcherOrBuilder

getTimeOut

public int getTimeOut()
Specified by:
getTimeOut in interface ExecProtos.ScreenWatcherOrBuilder

setTimeOut

public ExecProtos.ScreenWatcher.Builder setTimeOut(int value)

clearTimeOut

public ExecProtos.ScreenWatcher.Builder clearTimeOut()

hasArea

public boolean hasArea()
Specified by:
hasArea in interface ExecProtos.ScreenWatcherOrBuilder

getArea

public ExecProtos.Area getArea()
Specified by:
getArea in interface ExecProtos.ScreenWatcherOrBuilder

setArea

public ExecProtos.ScreenWatcher.Builder setArea(ExecProtos.Area value)

setArea

public ExecProtos.ScreenWatcher.Builder setArea(ExecProtos.Area.Builder builderForValue)

mergeArea

public ExecProtos.ScreenWatcher.Builder mergeArea(ExecProtos.Area value)

clearArea

public ExecProtos.ScreenWatcher.Builder clearArea()

getAreaBuilder

public ExecProtos.Area.Builder getAreaBuilder()

getAreaOrBuilder

public ExecProtos.AreaOrBuilder getAreaOrBuilder()
Specified by:
getAreaOrBuilder in interface ExecProtos.ScreenWatcherOrBuilder

getMd5ListList

public List<String> getMd5ListList()
Specified by:
getMd5ListList in interface ExecProtos.ScreenWatcherOrBuilder

getMd5ListCount

public int getMd5ListCount()
Specified by:
getMd5ListCount in interface ExecProtos.ScreenWatcherOrBuilder

getMd5List

public String getMd5List(int index)
Specified by:
getMd5List in interface ExecProtos.ScreenWatcherOrBuilder

setMd5List

public ExecProtos.ScreenWatcher.Builder setMd5List(int index,
                                                   String value)

addMd5List

public ExecProtos.ScreenWatcher.Builder addMd5List(String value)

addAllMd5List

public ExecProtos.ScreenWatcher.Builder addAllMd5List(Iterable<String> values)

clearMd5List

public ExecProtos.ScreenWatcher.Builder clearMd5List()

hasWindowID

public boolean hasWindowID()
Specified by:
hasWindowID in interface ExecProtos.ScreenWatcherOrBuilder

getWindowID

public int getWindowID()
Specified by:
getWindowID in interface ExecProtos.ScreenWatcherOrBuilder

setWindowID

public ExecProtos.ScreenWatcher.Builder setWindowID(int value)

clearWindowID

public ExecProtos.ScreenWatcher.Builder clearWindowID()

getColorSpecListList

public List<ExecProtos.ScreenWatcher.ColorSpec> getColorSpecListList()
Specified by:
getColorSpecListList in interface ExecProtos.ScreenWatcherOrBuilder

getColorSpecListCount

public int getColorSpecListCount()
Specified by:
getColorSpecListCount in interface ExecProtos.ScreenWatcherOrBuilder

getColorSpecList

public ExecProtos.ScreenWatcher.ColorSpec getColorSpecList(int index)
Specified by:
getColorSpecList in interface ExecProtos.ScreenWatcherOrBuilder

setColorSpecList

public ExecProtos.ScreenWatcher.Builder setColorSpecList(int index,
                                                         ExecProtos.ScreenWatcher.ColorSpec value)

setColorSpecList

public ExecProtos.ScreenWatcher.Builder setColorSpecList(int index,
                                                         ExecProtos.ScreenWatcher.ColorSpec.Builder builderForValue)

addColorSpecList

public ExecProtos.ScreenWatcher.Builder addColorSpecList(ExecProtos.ScreenWatcher.ColorSpec value)

addColorSpecList

public ExecProtos.ScreenWatcher.Builder addColorSpecList(int index,
                                                         ExecProtos.ScreenWatcher.ColorSpec value)

addColorSpecList

public ExecProtos.ScreenWatcher.Builder addColorSpecList(ExecProtos.ScreenWatcher.ColorSpec.Builder builderForValue)

addColorSpecList

public ExecProtos.ScreenWatcher.Builder addColorSpecList(int index,
                                                         ExecProtos.ScreenWatcher.ColorSpec.Builder builderForValue)

addAllColorSpecList

public ExecProtos.ScreenWatcher.Builder addAllColorSpecList(Iterable<? extends ExecProtos.ScreenWatcher.ColorSpec> values)

clearColorSpecList

public ExecProtos.ScreenWatcher.Builder clearColorSpecList()

removeColorSpecList

public ExecProtos.ScreenWatcher.Builder removeColorSpecList(int index)

getColorSpecListBuilder

public ExecProtos.ScreenWatcher.ColorSpec.Builder getColorSpecListBuilder(int index)

getColorSpecListOrBuilder

public ExecProtos.ScreenWatcher.ColorSpecOrBuilder getColorSpecListOrBuilder(int index)
Specified by:
getColorSpecListOrBuilder in interface ExecProtos.ScreenWatcherOrBuilder

getColorSpecListOrBuilderList

public List<? extends ExecProtos.ScreenWatcher.ColorSpecOrBuilder> getColorSpecListOrBuilderList()
Specified by:
getColorSpecListOrBuilderList in interface ExecProtos.ScreenWatcherOrBuilder

addColorSpecListBuilder

public ExecProtos.ScreenWatcher.ColorSpec.Builder addColorSpecListBuilder()

addColorSpecListBuilder

public ExecProtos.ScreenWatcher.ColorSpec.Builder addColorSpecListBuilder(int index)

getColorSpecListBuilderList

public List<ExecProtos.ScreenWatcher.ColorSpec.Builder> getColorSpecListBuilderList()

hasIncludeImage

public boolean hasIncludeImage()
Specified by:
hasIncludeImage in interface ExecProtos.ScreenWatcherOrBuilder

getIncludeImage

public boolean getIncludeImage()
Specified by:
getIncludeImage in interface ExecProtos.ScreenWatcherOrBuilder

setIncludeImage

public ExecProtos.ScreenWatcher.Builder setIncludeImage(boolean value)

clearIncludeImage

public ExecProtos.ScreenWatcher.Builder clearIncludeImage()


Copyright © 2012. All Rights Reserved.