Package io.gs2.project.model
Class Billing
java.lang.Object
io.gs2.project.model.Billing
- All Implemented Interfaces:
IModel,Serializable,Comparable<Billing>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BillingfromJson(com.fasterxml.jackson.databind.JsonNode data) getMonth()getPrice()getUnit()getYear()inthashCode()voidsetActivityType(String activityType) voidsetBillingId(String billingId) voidsetCreatedAt(Long createdAt) voidsetCurrency(String currency) voidvoidvoidsetProjectName(String projectName) voidvoidsetService(String service) voidvoidsetUnitName(String unitName) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withActivityType(String activityType) withBillingId(String billingId) withCreatedAt(Long createdAt) withCurrency(String currency) withProjectName(String projectName) withRegion(String region) withService(String service) withUnitName(String unitName) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Billing
public Billing()
-
-
Method Details
-
getBillingId
-
setBillingId
-
withBillingId
-
getProjectName
-
setProjectName
-
withProjectName
-
getYear
-
setYear
-
withYear
-
getMonth
-
setMonth
-
withMonth
-
getRegion
-
setRegion
-
withRegion
-
getService
-
setService
-
withService
-
getActivityType
-
setActivityType
-
withActivityType
-
getUnit
-
setUnit
-
withUnit
-
getUnitName
-
setUnitName
-
withUnitName
-
getPrice
-
setPrice
-
withPrice
-
getCurrency
-
setCurrency
-
withCurrency
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Billing>
-
hashCode
public int hashCode() -
equals
-