public static class TaskRepresentationModel.CustomAttribute extends Object
Task.getCustomAttributeMap() or Task.getCallbackInfo().| Constructor and Description |
|---|
CustomAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
static TaskRepresentationModel.CustomAttribute |
of(Map.Entry<String,String> entry) |
static TaskRepresentationModel.CustomAttribute |
of(String key,
String value) |
void |
setKey(String key) |
void |
setValue(String value) |
public static TaskRepresentationModel.CustomAttribute of(Map.Entry<String,String> entry)
public static TaskRepresentationModel.CustomAttribute of(String key, String value)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
Copyright © 2020. All rights reserved.