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 SummaryConstructors Constructor Description Reference()
 - 
Method SummaryAll 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- 
getUidpublic java.lang.Long getUid() Gets the uid.- Returns:
- the uid
 
 - 
getSelectionLabelpublic java.lang.String getSelectionLabel() Gets the selectionLabel.- Returns:
- the selectionLabel
 
 - 
getValueIndexpublic java.lang.Integer getValueIndex() Gets the valueIndex.- Returns:
- the valueIndex
 
 - 
setUidpublic void setUid(java.lang.Long uid) Sets the uid.- Parameters:
- uid- the new uid
 
 - 
setSelectionLabelpublic void setSelectionLabel(java.lang.String selectionLabel) Sets the selectionLabel.- Parameters:
- selectionLabel- the new selectionLabel
 
 - 
setValueIndexpublic void setValueIndex(java.lang.Integer valueIndex) Sets the valueIndex.- Parameters:
- valueIndex- the new valueIndex
 
 - 
getpublic java.lang.Object get(java.lang.String key) Returns the value from Reference annotation by specified key.- Overrides:
- getin class- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- Parameters:
- key- the name of the field to get
 
 
- 
 
-