com.xebialabs.deployit.core.api.jaxb
Class MapMapElement.MapEntry
java.lang.Object
com.xebialabs.deployit.core.api.jaxb.MapMapElement.MapEntry
- Enclosing class:
- MapMapElement
public static class MapMapElement.MapEntry
- extends java.lang.Object
|
Method Summary |
java.lang.String |
getKey()
|
java.lang.String |
getValue()
|
void |
setKey(java.lang.String key)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapMapElement.MapEntry
public MapMapElement.MapEntry()
MapMapElement.MapEntry
public MapMapElement.MapEntry(java.util.Map.Entry<java.lang.String,java.lang.String> mapEntry)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)