com.opera.core.systems.scope.protos
Interface ExecProtos.ScreenWatcherResultOrBuilder

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

public static interface ExecProtos.ScreenWatcherResultOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ExecProtos.ScreenWatcherResult.ColorMatch getColorMatchList(int index)
           
 int getColorMatchListCount()
           
 List<ExecProtos.ScreenWatcherResult.ColorMatch> getColorMatchListList()
           
 ExecProtos.ScreenWatcherResult.ColorMatchOrBuilder getColorMatchListOrBuilder(int index)
           
 List<? extends ExecProtos.ScreenWatcherResult.ColorMatchOrBuilder> getColorMatchListOrBuilderList()
           
 String getMd5()
           
 com.google.protobuf.ByteString getPng()
           
 int getWindowID()
           
 boolean hasMd5()
           
 boolean hasPng()
           
 boolean hasWindowID()
           
 
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

hasWindowID

boolean hasWindowID()

getWindowID

int getWindowID()

hasMd5

boolean hasMd5()

getMd5

String getMd5()

hasPng

boolean hasPng()

getPng

com.google.protobuf.ByteString getPng()

getColorMatchListList

List<ExecProtos.ScreenWatcherResult.ColorMatch> getColorMatchListList()

getColorMatchList

ExecProtos.ScreenWatcherResult.ColorMatch getColorMatchList(int index)

getColorMatchListCount

int getColorMatchListCount()

getColorMatchListOrBuilderList

List<? extends ExecProtos.ScreenWatcherResult.ColorMatchOrBuilder> getColorMatchListOrBuilderList()

getColorMatchListOrBuilder

ExecProtos.ScreenWatcherResult.ColorMatchOrBuilder getColorMatchListOrBuilder(int index)


Copyright © 2012. All Rights Reserved.