public class BillingActivity extends Object implements IModel, Serializable, Comparable<BillingActivity>
| Constructor and Description |
|---|
BillingActivity() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BillingActivity o) |
boolean |
equals(Object o) |
static BillingActivity |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getActivityType() |
String |
getBillingActivityId() |
Integer |
getMonth() |
String |
getService() |
Long |
getValue() |
Integer |
getYear() |
int |
hashCode() |
void |
setActivityType(String activityType) |
void |
setBillingActivityId(String billingActivityId) |
void |
setMonth(Integer month) |
void |
setService(String service) |
void |
setValue(Long value) |
void |
setYear(Integer year) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
BillingActivity |
withActivityType(String activityType) |
BillingActivity |
withBillingActivityId(String billingActivityId) |
BillingActivity |
withMonth(Integer month) |
BillingActivity |
withService(String service) |
BillingActivity |
withValue(Long value) |
BillingActivity |
withYear(Integer year) |
public String getBillingActivityId()
public void setBillingActivityId(String billingActivityId)
public BillingActivity withBillingActivityId(String billingActivityId)
public Integer getYear()
public void setYear(Integer year)
public BillingActivity withYear(Integer year)
public Integer getMonth()
public void setMonth(Integer month)
public BillingActivity withMonth(Integer month)
public String getService()
public void setService(String service)
public BillingActivity withService(String service)
public String getActivityType()
public void setActivityType(String activityType)
public BillingActivity withActivityType(String activityType)
public Long getValue()
public void setValue(Long value)
public BillingActivity withValue(Long value)
public static BillingActivity fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(BillingActivity o)
compareTo in interface Comparable<BillingActivity>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.