* A list of field errors. *
*/ private java.util.List* A list of detailed field information. *
*/ private java.util.List* A list of field errors. *
* * @return A list of field errors. */ public java.util.List* A list of field errors. *
* * @param errors * A list of field errors. */ public void setErrors(java.util.Collection* A list of field errors. *
** 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 * A list of field errors. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetFieldResult withErrors(FieldError... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* A list of field errors. *
* * @param errors * A list of field errors. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetFieldResult withErrors(java.util.Collection* A list of detailed field information. *
* * @return A list of detailed field information. */ public java.util.List* A list of detailed field information. *
* * @param fields * A list of detailed field information. */ public void setFields(java.util.Collection* A list of detailed field information. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setFields(java.util.Collection)} or {@link #withFields(java.util.Collection)} if you want to override the * existing values. *
* * @param fields * A list of detailed field information. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetFieldResult withFields(GetFieldResponse... fields) { if (this.fields == null) { setFields(new java.util.ArrayList* A list of detailed field information. *
* * @param fields * A list of detailed field information. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetFieldResult withFields(java.util.Collection