public class ExecutionProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
byteArrayValue |
protected Double |
doubleValue |
protected String |
key |
protected Long |
longValue |
protected Object |
objectValue |
protected String |
stringValue |
protected String |
valueType |
| Constructor and Description |
|---|
ExecutionProperty() |
ExecutionProperty(String key,
String valueType,
String stringValue,
Long longValue,
Double doubleValue,
byte[] byteArrayValue) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
as(Class<T> clazz) |
boolean |
equals(Object o) |
String |
getKey() |
Object |
getObjectValue() |
int |
hashCode() |
String |
toString() |
ExecutionProperty |
withKey(String key) |
ExecutionProperty |
withObjectValue(Object propertyValue) |
protected String key
protected String valueType
protected Object objectValue
protected String stringValue
protected Long longValue
protected Double doubleValue
protected byte[] byteArrayValue
public Object getObjectValue()
public ExecutionProperty withObjectValue(Object propertyValue)
public String getKey()
public ExecutionProperty withKey(String key)
public <T> T as(Class<T> clazz)
Copyright © 2014. All rights reserved.