public class Summary extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
Summary() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getAdjustmentCount() |
java.lang.Long |
getAdjustmentGross() |
java.lang.Integer |
getChargeCount() |
java.lang.Long |
getChargeFees() |
java.lang.Long |
getChargeGross() |
java.lang.Long |
getNet() |
java.lang.Integer |
getRefundCount() |
java.lang.Long |
getRefundFees() |
java.lang.Long |
getRefundGross() |
java.lang.Integer |
getValidationCount() |
java.lang.Long |
getValidationFees() |
int |
hashCode() |
void |
setAdjustmentCount(java.lang.Integer adjustmentCount) |
void |
setAdjustmentGross(java.lang.Long adjustmentGross) |
void |
setChargeCount(java.lang.Integer chargeCount) |
void |
setChargeFees(java.lang.Long chargeFees) |
void |
setChargeGross(java.lang.Long chargeGross) |
void |
setNet(java.lang.Long net) |
void |
setRefundCount(java.lang.Integer refundCount) |
void |
setRefundFees(java.lang.Long refundFees) |
void |
setRefundGross(java.lang.Long refundGross) |
void |
setValidationCount(java.lang.Integer validationCount) |
void |
setValidationFees(java.lang.Long validationFees) |
equals, getLastResponse, setLastResponse, toJson, toStringpublic java.lang.Integer getAdjustmentCount()
public java.lang.Long getAdjustmentGross()
public java.lang.Integer getChargeCount()
public java.lang.Long getChargeFees()
public java.lang.Long getChargeGross()
public java.lang.Long getNet()
public java.lang.Integer getRefundCount()
public java.lang.Long getRefundFees()
public java.lang.Long getRefundGross()
public java.lang.Integer getValidationCount()
public java.lang.Long getValidationFees()
public void setAdjustmentCount(java.lang.Integer adjustmentCount)
public void setAdjustmentGross(java.lang.Long adjustmentGross)
public void setChargeCount(java.lang.Integer chargeCount)
public void setChargeFees(java.lang.Long chargeFees)
public void setChargeGross(java.lang.Long chargeGross)
public void setNet(java.lang.Long net)
public void setRefundCount(java.lang.Integer refundCount)
public void setRefundFees(java.lang.Long refundFees)
public void setRefundGross(java.lang.Long refundGross)
public void setValidationCount(java.lang.Integer validationCount)
public void setValidationFees(java.lang.Long validationFees)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object