public static class Transfer.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.Long |
getAdjustmentCount() |
java.lang.Long |
getAdjustmentGross() |
java.lang.Long |
getChargeCount() |
java.lang.Long |
getChargeFees() |
java.lang.Long |
getChargeGross() |
java.lang.Long |
getNet() |
java.lang.Long |
getRefundCount() |
java.lang.Long |
getRefundFees() |
java.lang.Long |
getRefundGross() |
java.lang.Long |
getValidationCount() |
java.lang.Long |
getValidationFees() |
int |
hashCode() |
void |
setAdjustmentCount(java.lang.Long adjustmentCount) |
void |
setAdjustmentGross(java.lang.Long adjustmentGross) |
void |
setChargeCount(java.lang.Long chargeCount) |
void |
setChargeFees(java.lang.Long chargeFees) |
void |
setChargeGross(java.lang.Long chargeGross) |
void |
setNet(java.lang.Long net) |
void |
setRefundCount(java.lang.Long refundCount) |
void |
setRefundFees(java.lang.Long refundFees) |
void |
setRefundGross(java.lang.Long refundGross) |
void |
setValidationCount(java.lang.Long validationCount) |
void |
setValidationFees(java.lang.Long validationFees) |
equals, getLastResponse, setLastResponse, toJson, toStringpublic java.lang.Long getAdjustmentCount()
public java.lang.Long getAdjustmentGross()
public java.lang.Long getChargeCount()
public java.lang.Long getChargeFees()
public java.lang.Long getChargeGross()
public java.lang.Long getNet()
public java.lang.Long getRefundCount()
public java.lang.Long getRefundFees()
public java.lang.Long getRefundGross()
public java.lang.Long getValidationCount()
public java.lang.Long getValidationFees()
public void setAdjustmentCount(java.lang.Long adjustmentCount)
public void setAdjustmentGross(java.lang.Long adjustmentGross)
public void setChargeCount(java.lang.Long 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.Long refundCount)
public void setRefundFees(java.lang.Long refundFees)
public void setRefundGross(java.lang.Long refundGross)
public void setValidationCount(java.lang.Long 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