com.xebialabs.deployit.core.api.dto
Class PropertyValue
java.lang.Object
com.xebialabs.deployit.core.api.dto.PropertyValue
public class PropertyValue
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyValue
public PropertyValue(java.lang.String propValue)
PropertyValue
public PropertyValue(java.lang.String key,
java.lang.String value)
getValue
public java.lang.String getValue()
getKey
public java.lang.String getKey()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object