public class CustomFieldValue extends MapObject
attributes, fields, xmlrpcNoSend, xmlrpcRefs
Constructor and Description |
---|
CustomFieldValue() |
CustomFieldValue(Map data) |
Modifier and Type | Method and Description |
---|---|
String |
getCustomfieldId() |
String |
getKey() |
String |
getValue() |
List |
getValues() |
void |
setCustomfieldId(String customfieldId) |
void |
setKey(String key) |
void |
setValues(List values) |
String |
toString() |
getAttributes, getBoolean, getDate, getFields, getInt, getList, getMapObject, getMapObjects, getString, getUrl, hasField, merge, setBoolean, setDate, setInt, setList, setMapObject, setMapObjects, setString, setUrl, toList, toMap
public CustomFieldValue()
public CustomFieldValue(Map data)
data
- public String getCustomfieldId()
public void setCustomfieldId(String customfieldId)
customfieldId
- the customfieldId to setpublic String getKey()
public void setKey(String key)
key
- the key to setpublic String getValue()
public List getValues()
public void setValues(List values)
values
- the values to setCopyright © 2019 The Codehaus Foundation. All rights reserved.