public class Reference
extends com.ibm.watson.developer_cloud.service.model.DynamicModel
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSelectionLabel()
Gets the selectionLabel.
|
java.lang.Long |
getUid()
Gets the uid.
|
java.lang.Integer |
getValueIndex()
Gets the valueIndex.
|
void |
setSelectionLabel(java.lang.String selectionLabel)
Sets the selectionLabel.
|
void |
setUid(java.lang.Long uid)
Sets the uid.
|
void |
setValueIndex(java.lang.Integer valueIndex)
Sets the valueIndex.
|
equals, hashCode, toString
public java.lang.Long getUid()
public java.lang.String getSelectionLabel()
public java.lang.Integer getValueIndex()
public void setUid(java.lang.Long uid)
uid
- the new uidpublic void setSelectionLabel(java.lang.String selectionLabel)
selectionLabel
- the new selectionLabelpublic void setValueIndex(java.lang.Integer valueIndex)
valueIndex
- the new valueIndexCopyright © 2021 IBM Cloud. All rights reserved.