Package com.merative.acd.v1.model
Class Smoking
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- 
- com.merative.acd.v1.model.Smoking
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class Smoking extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>Smoking.
- 
- 
Constructor SummaryConstructors Constructor Description Smoking()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from Smoking annotation by specified key.java.lang.LonggetBegin()Gets the begin.java.lang.StringgetCoveredText()Gets the coveredText.java.lang.StringgetCurrent()Gets the current.java.lang.StringgetDuration()Gets the duration.java.lang.LonggetEnd()Gets the end.java.lang.StringgetId()Gets the id.java.lang.StringgetIllicitDrugNormalizedName()Gets the illicitDrugNormalizedName.java.lang.StringgetIllicitDrugSurfaceForm()Gets the illicitDrugSurfaceForm.java.lang.StringgetModality()Gets the modality.java.lang.StringgetParticipation()Gets the participation.java.lang.StringgetSectionNormalizedName()Gets the sectionNormalizedName.java.lang.StringgetSectionSurfaceForm()Gets the sectionSurfaceForm.java.lang.StringgetSmokeSubstanceNormalizedName()Gets the smokeSubstanceNormalizedName.java.lang.StringgetSmokeSubstanceSurfaceForm()Gets the smokeSubstanceSurfaceForm.java.lang.StringgetSmokeTermNormalizedName()Gets the smokeTermNormalizedName.java.lang.StringgetSmokeTermSurfaceForm()Gets the smokeTermSurfaceForm.java.lang.StringgetType()Gets the type.java.lang.LonggetUid()Gets the uid.java.lang.BooleanisHypothetical()Gets the hypothetical.java.lang.BooleanisNegated()Gets the negated.
 
- 
- 
- 
Method Detail- 
getIdpublic java.lang.String getId() Gets the id.- Returns:
- the id
 
 - 
getTypepublic java.lang.String getType() Gets the type.- Returns:
- the type
 
 - 
getUidpublic java.lang.Long getUid() Gets the uid.- Returns:
- the uid
 
 - 
getBeginpublic java.lang.Long getBegin() Gets the begin.- Returns:
- the begin
 
 - 
getEndpublic java.lang.Long getEnd() Gets the end.- Returns:
- the end
 
 - 
getCoveredTextpublic java.lang.String getCoveredText() Gets the coveredText.- Returns:
- the coveredText
 
 - 
isNegatedpublic java.lang.Boolean isNegated() Gets the negated.- Returns:
- the negated
 
 - 
isHypotheticalpublic java.lang.Boolean isHypothetical() Gets the hypothetical.- Returns:
- the hypothetical
 
 - 
getParticipationpublic java.lang.String getParticipation() Gets the participation.- Returns:
- the participation
 
 - 
getSectionNormalizedNamepublic java.lang.String getSectionNormalizedName() Gets the sectionNormalizedName.- Returns:
- the sectionNormalizedName
 
 - 
getModalitypublic java.lang.String getModality() Gets the modality.- Returns:
- the modality
 
 - 
getCurrentpublic java.lang.String getCurrent() Gets the current.- Returns:
- the current
 
 - 
getSmokeTermSurfaceFormpublic java.lang.String getSmokeTermSurfaceForm() Gets the smokeTermSurfaceForm.- Returns:
- the smokeTermSurfaceForm
 
 - 
getSmokeTermNormalizedNamepublic java.lang.String getSmokeTermNormalizedName() Gets the smokeTermNormalizedName.- Returns:
- the smokeTermNormalizedName
 
 - 
getSectionSurfaceFormpublic java.lang.String getSectionSurfaceForm() Gets the sectionSurfaceForm.- Returns:
- the sectionSurfaceForm
 
 - 
getIllicitDrugNormalizedNamepublic java.lang.String getIllicitDrugNormalizedName() Gets the illicitDrugNormalizedName.- Returns:
- the illicitDrugNormalizedName
 
 - 
getIllicitDrugSurfaceFormpublic java.lang.String getIllicitDrugSurfaceForm() Gets the illicitDrugSurfaceForm.- Returns:
- the illicitDrugSurfaceForm
 
 - 
getSmokeSubstanceNormalizedNamepublic java.lang.String getSmokeSubstanceNormalizedName() Gets the smokeSubstanceNormalizedName.- Returns:
- the smokeSubstanceNormalizedName
 
 - 
getSmokeSubstanceSurfaceFormpublic java.lang.String getSmokeSubstanceSurfaceForm() Gets the smokeSubstanceSurfaceForm.- Returns:
- the smokeSubstanceSurfaceForm
 
 - 
getDurationpublic java.lang.String getDuration() Gets the duration.- Returns:
- the duration
 
 - 
getpublic java.lang.Object get(java.lang.String key) Returns the value from Smoking 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
 
 
- 
 
-