Class SupportSummary
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.usage_reports.v4.model.SupportSummary
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SupportSummary extends com.ibm.cloud.sdk.core.service.model.GenericModel
SupportSummary.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getCost()
Gets the cost.java.lang.Double
getOverage()
Gets the overage.java.lang.String
getType()
Gets the type.
-
-
-
Method Detail
-
getCost
public java.lang.Double getCost()
Gets the cost. The monthly support cost.- Returns:
- the cost
-
getType
public java.lang.String getType()
Gets the type. The type of support.- Returns:
- the type
-
getOverage
public java.lang.Double getOverage()
Gets the overage. Additional support cost for the month.- Returns:
- the overage
-
-