public class Transaction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Transaction.Builder |
Constructor and Description |
---|
Transaction(double amount,
long billingCycle,
double end,
String id,
double initial,
String reason,
Date time) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
double |
getAmount() |
long |
getBillingCycle() |
double |
getEnd() |
String |
getId() |
double |
getInitial() |
String |
getReason() |
Date |
getTime() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"amount","billing_cycle","end","id","initial","reason","time"}) public Transaction(double amount, long billingCycle, double end, String id, double initial, String reason, Date time)
public double getAmount()
public long getBillingCycle()
public double getEnd()
public String getId()
public double getInitial()
public String getReason()
public Date getTime()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.