* An array of BatchGetTokenBalanceOutputItem
objects returned by the response.
*
* An array of BatchGetTokenBalanceErrorItem
objects returned from the request.
*
* An array of BatchGetTokenBalanceOutputItem
objects returned by the response.
*
BatchGetTokenBalanceOutputItem
objects returned by the response.
*/
public java.util.List
* An array of BatchGetTokenBalanceOutputItem
objects returned by the response.
*
BatchGetTokenBalanceOutputItem
objects returned by the response.
*/
public void setTokenBalances(java.util.Collection
* An array of BatchGetTokenBalanceOutputItem
objects returned by the response.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setTokenBalances(java.util.Collection)} or {@link #withTokenBalances(java.util.Collection)} if you want * to override the existing values. *
* * @param tokenBalances * An array ofBatchGetTokenBalanceOutputItem
objects returned by the response.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetTokenBalanceResult withTokenBalances(BatchGetTokenBalanceOutputItem... tokenBalances) {
if (this.tokenBalances == null) {
setTokenBalances(new java.util.ArrayList
* An array of BatchGetTokenBalanceOutputItem
objects returned by the response.
*
BatchGetTokenBalanceOutputItem
objects returned by the response.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetTokenBalanceResult withTokenBalances(java.util.Collection
* An array of BatchGetTokenBalanceErrorItem
objects returned from the request.
*
BatchGetTokenBalanceErrorItem
objects returned from the request.
*/
public java.util.List
* An array of BatchGetTokenBalanceErrorItem
objects returned from the request.
*
BatchGetTokenBalanceErrorItem
objects returned from the request.
*/
public void setErrors(java.util.Collection
* An array of BatchGetTokenBalanceErrorItem
objects returned from the request.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the * existing values. *
* * @param errors * An array ofBatchGetTokenBalanceErrorItem
objects returned from the request.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetTokenBalanceResult withErrors(BatchGetTokenBalanceErrorItem... errors) {
if (this.errors == null) {
setErrors(new java.util.ArrayList
* An array of BatchGetTokenBalanceErrorItem
objects returned from the request.
*
BatchGetTokenBalanceErrorItem
objects returned from the request.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public BatchGetTokenBalanceResult withErrors(java.util.Collection