public class KeyInfo extends Object implements Comparable<KeyInfo>, Serializable
| Constructor and Description |
|---|
KeyInfo() |
KeyInfo(String fullKey,
KeyType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(KeyInfo other) |
List<String> |
getArrayValue() |
String |
getName() |
String |
getNamespace() |
Long |
getSize() |
KeyType |
getType() |
void |
setArrayValue(List<String> arrayValue) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setSize(Long size) |
void |
setType(KeyType type) |
String |
toString() |
public String getName()
public void setName(String name)
public String getNamespace()
public void setNamespace(String namespace)
public KeyType getType()
public void setType(KeyType type)
public Long getSize()
public void setSize(Long size)
public int compareTo(KeyInfo other)
compareTo in interface Comparable<KeyInfo>Copyright © 2011-2013. All Rights Reserved.