public interface KeyEntry
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMetadata() |
String |
getName()
Gets the key entry name.
|
byte[] |
getValue()
Gets the key entry value.
|
void |
setName(String name)
Sets the key entry name.
|
void |
setValue(byte[] value)
Sets the key entry value.
|
String getName()
void setName(String name)
name - the key entry name.byte[] getValue()
void setValue(byte[] value)
value - the key entry value.Copyright © 2016. All rights reserved.