public class TrustedAdvisorCostOptimizingSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The estimated cost savings that might be realized if the recommended actions are taken.
Modifier and Type | Field and Description |
---|---|
private java.lang.Double |
estimatedMonthlySavings
The estimated monthly savings that might be realized if the recommended
actions are taken.
|
private java.lang.Double |
estimatedPercentMonthlySavings
The estimated percentage of savings that might be realized if the
recommended actions are taken.
|
Constructor and Description |
---|
TrustedAdvisorCostOptimizingSummary() |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCostOptimizingSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Double |
getEstimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended
actions are taken.
|
java.lang.Double |
getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the
recommended actions are taken.
|
int |
hashCode() |
void |
setEstimatedMonthlySavings(java.lang.Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended
actions are taken.
|
void |
setEstimatedPercentMonthlySavings(java.lang.Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the
recommended actions are taken.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrustedAdvisorCostOptimizingSummary |
withEstimatedMonthlySavings(java.lang.Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended
actions are taken.
|
TrustedAdvisorCostOptimizingSummary |
withEstimatedPercentMonthlySavings(java.lang.Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the
recommended actions are taken.
|
private java.lang.Double estimatedMonthlySavings
The estimated monthly savings that might be realized if the recommended actions are taken.
private java.lang.Double estimatedPercentMonthlySavings
The estimated percentage of savings that might be realized if the recommended actions are taken.
public void setEstimatedMonthlySavings(java.lang.Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.
estimatedMonthlySavings
- The estimated monthly savings that might be realized if the
recommended actions are taken.public java.lang.Double getEstimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended actions are taken.
public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(java.lang.Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.
estimatedMonthlySavings
- The estimated monthly savings that might be realized if the
recommended actions are taken.public void setEstimatedPercentMonthlySavings(java.lang.Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.
estimatedPercentMonthlySavings
- The estimated percentage of savings that might be realized if the
recommended actions are taken.public java.lang.Double getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended actions are taken.
public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(java.lang.Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.
estimatedPercentMonthlySavings
- The estimated percentage of savings that might be realized if the
recommended actions are taken.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public TrustedAdvisorCostOptimizingSummary clone()
clone
in class java.lang.Object