public static interface ProtosFactory.FlumeEventHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
optional string value = 2; |
boolean hasKey()
required string key = 1;
String getKey()
required string key = 1;
com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
boolean hasValue()
optional string value = 2;
String getValue()
optional string value = 2;
com.google.protobuf.ByteString getValueBytes()
optional string value = 2;
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.