com.opera.core.systems.scope.protos
Interface UmsProtos.EventOrBuilder

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

public static interface UmsProtos.EventOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getCommandID()
           
 int getFormat()
           
 com.google.protobuf.ByteString getPayload()
           
 java.lang.String getService()
           
 boolean hasCommandID()
           
 boolean hasFormat()
           
 boolean hasPayload()
           
 boolean hasService()
           
 
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

hasService

boolean hasService()

getService

java.lang.String getService()

hasCommandID

boolean hasCommandID()

getCommandID

int getCommandID()

hasFormat

boolean hasFormat()

getFormat

int getFormat()

hasPayload

boolean hasPayload()

getPayload

com.google.protobuf.ByteString getPayload()


Copyright © 2011. All Rights Reserved.