public static interface Impact.Builder extends SdkPojo, CopyableBuilder<Impact.Builder,Impact>
| Modifier and Type | Method and Description |
|---|---|
Impact.Builder |
maxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
|
Impact.Builder |
totalActualSpend(Double totalActualSpend)
The cumulative dollar amount that was actually spent during the anomaly.
|
Impact.Builder |
totalExpectedSpend(Double totalExpectedSpend)
The cumulative dollar amount that was expected to be spent during the anomaly.
|
Impact.Builder |
totalImpact(Double totalImpact)
The cumulative dollar difference between the total actual spend and total expected spend.
|
Impact.Builder |
totalImpactPercentage(Double totalImpactPercentage)
The cumulative percentage difference between the total actual spend and total expected spend.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImpact.Builder maxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
maxImpact - The maximum dollar value that's observed for an anomaly.Impact.Builder totalImpact(Double totalImpact)
The cumulative dollar difference between the total actual spend and total expected spend. It is calculated as
TotalActualSpend - TotalExpectedSpend.
totalImpact - The cumulative dollar difference between the total actual spend and total expected spend. It is
calculated as TotalActualSpend - TotalExpectedSpend.Impact.Builder totalActualSpend(Double totalActualSpend)
The cumulative dollar amount that was actually spent during the anomaly.
totalActualSpend - The cumulative dollar amount that was actually spent during the anomaly.Impact.Builder totalExpectedSpend(Double totalExpectedSpend)
The cumulative dollar amount that was expected to be spent during the anomaly. It is calculated using advanced machine learning models to determine the typical spending pattern based on historical data for a customer.
totalExpectedSpend - The cumulative dollar amount that was expected to be spent during the anomaly. It is calculated using
advanced machine learning models to determine the typical spending pattern based on historical data
for a customer.Impact.Builder totalImpactPercentage(Double totalImpactPercentage)
The cumulative percentage difference between the total actual spend and total expected spend. It is
calculated as (TotalImpact / TotalExpectedSpend) * 100. When TotalExpectedSpend is
zero, this field is omitted. Expected spend can be zero in situations such as when you start to use a service
for the first time.
totalImpactPercentage - The cumulative percentage difference between the total actual spend and total expected spend. It is
calculated as (TotalImpact / TotalExpectedSpend) * 100. When
TotalExpectedSpend is zero, this field is omitted. Expected spend can be zero in
situations such as when you start to use a service for the first time.Copyright © 2023. All rights reserved.