public static interface StrategySummary.Builder extends SdkPojo, CopyableBuilder<StrategySummary.Builder,StrategySummary>
| Modifier and Type | Method and Description |
|---|---|
StrategySummary.Builder |
count(Integer count)
The count of recommendations per strategy.
|
StrategySummary.Builder |
strategy(Strategy strategy)
The name of recommended strategy.
|
StrategySummary.Builder |
strategy(String strategy)
The name of recommended strategy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStrategySummary.Builder count(Integer count)
The count of recommendations per strategy.
count - The count of recommendations per strategy.StrategySummary.Builder strategy(String strategy)
The name of recommended strategy.
StrategySummary.Builder strategy(Strategy strategy)
The name of recommended strategy.
Copyright © 2022. All rights reserved.