Class InsightModelDataTask

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class InsightModelDataTask
    extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
    InsightModelData Task.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.String key)
      Returns the value from InsightModelDataTask annotation by specified key.
      java.lang.Float getClinicalAssessmentScore()
      Gets the clinicalAssessmentScore.
      java.lang.Float getDiagnosticScore()
      Gets the diagnosticScore.
      java.lang.Float getLabTestScore()
      Gets the labTestScore.
      java.lang.Float getSurgicalTaskScore()
      Gets the surgicalTaskScore.
      java.lang.Float getTherapeuticScore()
      Gets the therapeuticScore.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.DynamicModel

        equals, getAdditionalPropertyTypeToken, getProperties, getPropertyNames, hashCode, put, removeProperties, removeProperty, setProperties, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InsightModelDataTask

        public InsightModelDataTask()
    • Method Detail

      • getTherapeuticScore

        public java.lang.Float getTherapeuticScore()
        Gets the therapeuticScore.
        Returns:
        the therapeuticScore
      • getDiagnosticScore

        public java.lang.Float getDiagnosticScore()
        Gets the diagnosticScore.
        Returns:
        the diagnosticScore
      • getLabTestScore

        public java.lang.Float getLabTestScore()
        Gets the labTestScore.
        Returns:
        the labTestScore
      • getSurgicalTaskScore

        public java.lang.Float getSurgicalTaskScore()
        Gets the surgicalTaskScore.
        Returns:
        the surgicalTaskScore
      • getClinicalAssessmentScore

        public java.lang.Float getClinicalAssessmentScore()
        Gets the clinicalAssessmentScore.
        Returns:
        the clinicalAssessmentScore
      • get

        public java.lang.Object get​(java.lang.String key)
        Returns the value from InsightModelDataTask annotation by specified key.
        Overrides:
        get in class com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
        Parameters:
        key - the name of the field to get