Changes the amount by which the value is going to be incremented. @param amount The new amount. If negative, the value will be decremented.
(final long amount)
| 148 | * @param amount The new amount. If negative, the value will be decremented. |
| 149 | */ |
| 150 | public void setAmount(final long amount) { |
| 151 | this.amount = amount; |
| 152 | } |
| 153 | |
| 154 | @Override |
| 155 | byte[] method(final byte server_version) { |