public static interface TrialComponentStatus.Builder extends SdkPojo, CopyableBuilder<TrialComponentStatus.Builder,TrialComponentStatus>
| Modifier and Type | Method and Description |
|---|---|
TrialComponentStatus.Builder |
message(String message)
If the component failed, a message describing why.
|
TrialComponentStatus.Builder |
primaryStatus(String primaryStatus)
The status of the trial component.
|
TrialComponentStatus.Builder |
primaryStatus(TrialComponentPrimaryStatus primaryStatus)
The status of the trial component.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrialComponentStatus.Builder primaryStatus(String primaryStatus)
The status of the trial component.
primaryStatus - The status of the trial component.TrialComponentPrimaryStatus,
TrialComponentPrimaryStatusTrialComponentStatus.Builder primaryStatus(TrialComponentPrimaryStatus primaryStatus)
The status of the trial component.
primaryStatus - The status of the trial component.TrialComponentPrimaryStatus,
TrialComponentPrimaryStatusTrialComponentStatus.Builder message(String message)
If the component failed, a message describing why.
message - If the component failed, a message describing why.Copyright © 2023. All rights reserved.