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

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

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


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

hasStatus

boolean hasStatus()

getStatus

int getStatus()

hasTag

boolean hasTag()

getTag

int getTag()

hasPayload

boolean hasPayload()

getPayload

com.google.protobuf.ByteString getPayload()


Copyright © 2012. All Rights Reserved.