Class InsightModelDataUsage

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

    public class InsightModelDataUsage
    extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
    InsightModelData Usage.
    • 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 InsightModelDataUsage annotation by specified key.
      java.lang.Float getConsideringScore()
      Gets the consideringScore.
      java.lang.Float getDiscussedScore()
      Gets the discussedScore.
      java.lang.Float getExplicitScore()
      Gets the explicitScore.
      java.lang.Float getImplicitScore()
      Gets the implicitScore.
      java.lang.Float getLabMeasurementScore()
      Gets the labMeasurementScore.
      java.lang.Float getPatientReportedScore()
      Gets the patientReportedScore.
      java.lang.Float getPendingScore()
      Gets the pendingScore.
      java.lang.Float getTakenScore()
      Gets the takenScore.
      • 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

      • InsightModelDataUsage

        public InsightModelDataUsage()
    • Method Detail

      • getTakenScore

        public java.lang.Float getTakenScore()
        Gets the takenScore.
        Returns:
        the takenScore
      • getExplicitScore

        public java.lang.Float getExplicitScore()
        Gets the explicitScore.
        Returns:
        the explicitScore
      • getImplicitScore

        public java.lang.Float getImplicitScore()
        Gets the implicitScore.
        Returns:
        the implicitScore
      • getConsideringScore

        public java.lang.Float getConsideringScore()
        Gets the consideringScore.
        Returns:
        the consideringScore
      • getPatientReportedScore

        public java.lang.Float getPatientReportedScore()
        Gets the patientReportedScore.
        Returns:
        the patientReportedScore
      • getDiscussedScore

        public java.lang.Float getDiscussedScore()
        Gets the discussedScore.
        Returns:
        the discussedScore
      • getLabMeasurementScore

        public java.lang.Float getLabMeasurementScore()
        Gets the labMeasurementScore.
        Returns:
        the labMeasurementScore
      • getPendingScore

        public java.lang.Float getPendingScore()
        Gets the pendingScore.
        Returns:
        the pendingScore
      • get

        public java.lang.Object get​(java.lang.String key)
        Returns the value from InsightModelDataUsage 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