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, sdkFields
copy
applyMutation, build
TrialComponentStatus.Builder primaryStatus(String primaryStatus)
The status of the trial component.
primaryStatus
- The status of the trial component.TrialComponentPrimaryStatus
,
TrialComponentPrimaryStatus
TrialComponentStatus.Builder primaryStatus(TrialComponentPrimaryStatus primaryStatus)
The status of the trial component.
primaryStatus
- The status of the trial component.TrialComponentPrimaryStatus
,
TrialComponentPrimaryStatus
TrialComponentStatus.Builder message(String message)
If the component failed, a message describing why.
message
- If the component failed, a message describing why.Copyright © 2021. All rights reserved.