org.eclipse.jgit.generated.storage.dht.proto
Interface GitStore.RefData.IdOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GitStore.RefData.Id, GitStore.RefData.Id.Builder
Enclosing class:
GitStore.RefData

public static interface GitStore.RefData.IdOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 java.lang.String getChunkKey()
           
 java.lang.String getObjectName()
           
 boolean hasChunkKey()
           
 boolean hasObjectName()
           
 
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

hasObjectName

boolean hasObjectName()

getObjectName

java.lang.String getObjectName()

hasChunkKey

boolean hasChunkKey()

getChunkKey

java.lang.String getChunkKey()


Copyright © 2011. All Rights Reserved.