public class Reference
extends com.ibm.watson.developer_cloud.service.model.DynamicModel
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
String |
getSelectionLabel()
Gets the selectionLabel.
|
Long |
getUid()
Gets the uid.
|
Integer |
getValueIndex()
Gets the valueIndex.
|
void |
setSelectionLabel(String selectionLabel)
Sets the selectionLabel.
|
void |
setUid(Long uid)
Sets the uid.
|
void |
setValueIndex(Integer valueIndex)
Sets the valueIndex.
|
equals, hashCode, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public Long getUid()
public String getSelectionLabel()
public Integer getValueIndex()
public void setUid(Long uid)
uid
- the new uidpublic void setSelectionLabel(String selectionLabel)
selectionLabel
- the new selectionLabelpublic void setValueIndex(Integer valueIndex)
valueIndex
- the new valueIndexCopyright © 2021 IBM Cloud. All rights reserved.