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

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

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


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

String getService()

hasCommandID

boolean hasCommandID()

getCommandID

int getCommandID()

hasFormat

boolean hasFormat()

getFormat

int getFormat()

hasTag

boolean hasTag()

getTag

int getTag()

hasPayload

boolean hasPayload()

getPayload

com.google.protobuf.ByteString getPayload()


Copyright © 2012. All Rights Reserved.