com.googlecode.mobilityrpc.protocol.protobuf
Interface ComponentRequestIdentifier.RequestIdentifierOrBuilder

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

public static interface ComponentRequestIdentifier.RequestIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ComponentUuid.UUID getRequestId()
           
 ComponentUuid.UUIDOrBuilder getRequestIdOrBuilder()
           
 String getRequestLabel()
           
 ComponentUuid.UUID getSessionId()
           
 ComponentUuid.UUIDOrBuilder getSessionIdOrBuilder()
           
 boolean hasRequestId()
           
 boolean hasRequestLabel()
           
 boolean hasSessionId()
           
 
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

hasSessionId

boolean hasSessionId()

getSessionId

ComponentUuid.UUID getSessionId()

getSessionIdOrBuilder

ComponentUuid.UUIDOrBuilder getSessionIdOrBuilder()

hasRequestId

boolean hasRequestId()

getRequestId

ComponentUuid.UUID getRequestId()

getRequestIdOrBuilder

ComponentUuid.UUIDOrBuilder getRequestIdOrBuilder()

hasRequestLabel

boolean hasRequestLabel()

getRequestLabel

String getRequestLabel()


Copyright © 2012. All Rights Reserved.