public class Reference
extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String key)
Returns the value from Reference annotation by specified key.
|
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.
|
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 valueIndexpublic java.lang.Object get(java.lang.String key)
get
in class com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
key
- the name of the field to getCopyright © 2022 IBM Cloud. All rights reserved.