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()
          required int64 expiration_date = 2;
 int getId()
          required int32 id = 1;
 com.google.protobuf.ByteString getKey()
          required bytes key = 3;
 boolean hasExpirationDate()
          required int64 expiration_date = 2;
 boolean hasId()
          required int32 id = 1;
 boolean hasKey()
          required bytes key = 3;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasId

boolean hasId()
required int32 id = 1;


getId

int getId()
required int32 id = 1;


hasExpirationDate

boolean hasExpirationDate()
required int64 expiration_date = 2;


getExpirationDate

long getExpirationDate()
required int64 expiration_date = 2;


hasKey

boolean hasKey()
required bytes key = 3;


getKey

com.google.protobuf.ByteString getKey()
required bytes key = 3;



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