* The targets that were successfully registered. *
*/ private java.util.List* The targets that were not registered. *
*/ private java.util.List* The targets that were successfully registered. *
* * @return The targets that were successfully registered. */ public java.util.List* The targets that were successfully registered. *
* * @param successful * The targets that were successfully registered. */ public void setSuccessful(java.util.Collection* The targets that were successfully registered. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSuccessful(java.util.Collection)} or {@link #withSuccessful(java.util.Collection)} if you want to * override the existing values. *
* * @param successful * The targets that were successfully registered. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterTargetsResult withSuccessful(Target... successful) { if (this.successful == null) { setSuccessful(new java.util.ArrayList* The targets that were successfully registered. *
* * @param successful * The targets that were successfully registered. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterTargetsResult withSuccessful(java.util.Collection* The targets that were not registered. *
* * @return The targets that were not registered. */ public java.util.List* The targets that were not registered. *
* * @param unsuccessful * The targets that were not registered. */ public void setUnsuccessful(java.util.Collection* The targets that were not registered. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnsuccessful(java.util.Collection)} or {@link #withUnsuccessful(java.util.Collection)} if you want to * override the existing values. *
* * @param unsuccessful * The targets that were not registered. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterTargetsResult withUnsuccessful(TargetFailure... unsuccessful) { if (this.unsuccessful == null) { setUnsuccessful(new java.util.ArrayList* The targets that were not registered. *
* * @param unsuccessful * The targets that were not registered. * @return Returns a reference to this object so that method calls can be chained together. */ public RegisterTargetsResult withUnsuccessful(java.util.Collection