Package com.xero.models.appstore
Class UpdateUsageRecord
java.lang.Object
com.xero.models.appstore.UpdateUsageRecord
Data transfer object for public update usage end point
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe new quantity for the usage record.inthashCode()The new quantity for the usage record.voidsetQuantity(Integer quantity) The new quantity for the usage record.toString()
-
Constructor Details
-
UpdateUsageRecord
public UpdateUsageRecord()
-
-
Method Details
-
quantity
The new quantity for the usage record. Must be a whole number that is greater than or equal to 0- Parameters:
quantity- Integer- Returns:
- UpdateUsageRecord
-
getQuantity
The new quantity for the usage record. Must be a whole number that is greater than or equal to 0- Returns:
- quantity
-
setQuantity
The new quantity for the usage record. Must be a whole number that is greater than or equal to 0- Parameters:
quantity- Integer
-
equals
-
hashCode
-
toString
-