org.apache.hadoop.hbase.protobuf.generated
Interface AuthenticationProtos.AuthenticationKeyOrBuilder

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

public static interface AuthenticationProtos.AuthenticationKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getExpirationDate()
           
 int getId()
           
 com.google.protobuf.ByteString getKey()
           
 boolean hasExpirationDate()
           
 boolean hasId()
           
 boolean hasKey()
           
 
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

hasId

boolean hasId()

getId

int getId()

hasExpirationDate

boolean hasExpirationDate()

getExpirationDate

long getExpirationDate()

hasKey

boolean hasKey()

getKey

com.google.protobuf.ByteString getKey()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.