Package com.mypurecloud.sdk.v2.model
Class BillingUsage
java.lang.Object
com.mypurecloud.sdk.v2.model.BillingUsage
- All Implemented Interfaces:
Serializable
BillingUsage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()Identifies the billable usage.resources(List<BillingUsageResource> resources) The resources for which usage was observed (e.g. license users, devices).voidvoidsetResources(List<BillingUsageResource> resources) voidsetTotalUsage(String totalUsage) toString()totalUsage(String totalUsage) The total amount of usage, expressed as a decimal number in string format.
-
Constructor Details
-
BillingUsage
public BillingUsage() -
BillingUsage
-
-
Method Details
-
name
Identifies the billable usage. -
getName
-
setName
-
totalUsage
The total amount of usage, expressed as a decimal number in string format. -
getTotalUsage
-
setTotalUsage
-
resources
The resources for which usage was observed (e.g. license users, devices). -
getResources
-
setResources
-
equals
-
hashCode
public int hashCode() -
toString
-