Class TrialComponentSummary

    • Method Detail

      • trialComponentName

        public final String trialComponentName()

        The name of the trial component.

        Returns:
        The name of the trial component.
      • trialComponentArn

        public final String trialComponentArn()

        The Amazon Resource Name (ARN) of the trial component.

        Returns:
        The Amazon Resource Name (ARN) of the trial component.
      • displayName

        public final String displayName()

        The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

        Returns:
        The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.
      • trialComponentSource

        public final TrialComponentSource trialComponentSource()
        Returns the value of the TrialComponentSource property for this object.
        Returns:
        The value of the TrialComponentSource property for this object.
      • status

        public final TrialComponentStatus status()

        The status of the component. States include:

        • InProgress

        • Completed

        • Failed

        Returns:
        The status of the component. States include:

        • InProgress

        • Completed

        • Failed

      • startTime

        public final Instant startTime()

        When the component started.

        Returns:
        When the component started.
      • endTime

        public final Instant endTime()

        When the component ended.

        Returns:
        When the component ended.
      • creationTime

        public final Instant creationTime()

        When the component was created.

        Returns:
        When the component was created.
      • createdBy

        public final UserContext createdBy()

        Who created the trial component.

        Returns:
        Who created the trial component.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        When the component was last modified.

        Returns:
        When the component was last modified.
      • lastModifiedBy

        public final UserContext lastModifiedBy()

        Who last modified the component.

        Returns:
        Who last modified the component.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)