org.drools.marshalling.impl
Interface ProtobufMessages.SignatureOrBuilder

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

public static interface ProtobufMessages.SignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getKeyAlias()
          optional string key_alias = 1;
 com.google.protobuf.ByteString getKeyAliasBytes()
          optional string key_alias = 1;
 com.google.protobuf.ByteString getSignature()
          optional bytes signature = 2;
 boolean hasKeyAlias()
          optional string key_alias = 1;
 boolean hasSignature()
          optional bytes signature = 2;
 
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

hasKeyAlias

boolean hasKeyAlias()
optional string key_alias = 1;


getKeyAlias

String getKeyAlias()
optional string key_alias = 1;


getKeyAliasBytes

com.google.protobuf.ByteString getKeyAliasBytes()
optional string key_alias = 1;


hasSignature

boolean hasSignature()
optional bytes signature = 2;


getSignature

com.google.protobuf.ByteString getSignature()
optional bytes signature = 2;



Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.