Package com.merative.acd.v1.model
Class Reference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.Reference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Reference extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description Reference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from Reference annotation by specified key.java.lang.StringgetSelectionLabel()Gets the selectionLabel.java.lang.LonggetUid()Gets the uid.java.lang.IntegergetValueIndex()Gets the valueIndex.voidsetSelectionLabel(java.lang.String selectionLabel)Sets the selectionLabel.voidsetUid(java.lang.Long uid)Sets the uid.voidsetValueIndex(java.lang.Integer valueIndex)Sets the valueIndex.
-
-
-
Method Detail
-
getUid
public java.lang.Long getUid()
Gets the uid.- Returns:
- the uid
-
getSelectionLabel
public java.lang.String getSelectionLabel()
Gets the selectionLabel.- Returns:
- the selectionLabel
-
getValueIndex
public java.lang.Integer getValueIndex()
Gets the valueIndex.- Returns:
- the valueIndex
-
setUid
public void setUid(java.lang.Long uid)
Sets the uid.- Parameters:
uid- the new uid
-
setSelectionLabel
public void setSelectionLabel(java.lang.String selectionLabel)
Sets the selectionLabel.- Parameters:
selectionLabel- the new selectionLabel
-
setValueIndex
public void setValueIndex(java.lang.Integer valueIndex)
Sets the valueIndex.- Parameters:
valueIndex- the new valueIndex
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from Reference annotation by specified key.- Overrides:
getin classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>- Parameters:
key- the name of the field to get
-
-