* The list of the connection ids that could not be disconnected. *
*/ private java.util.List* The list of the connection ids that were disconnected. *
*/ private java.util.List* The list of the connection ids that could not be disconnected. *
* * @return The list of the connection ids that could not be disconnected. */ public java.util.List* The list of the connection ids that could not be disconnected. *
* * @param disconnectFailures * The list of the connection ids that could not be disconnected. */ public void setDisconnectFailures(java.util.Collection* The list of the connection ids that could not be disconnected. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDisconnectFailures(java.util.Collection)} or {@link #withDisconnectFailures(java.util.Collection)} if * you want to override the existing values. *
* * @param disconnectFailures * The list of the connection ids that could not be disconnected. * @return Returns a reference to this object so that method calls can be chained together. */ public DisconnectPlayerResult withDisconnectFailures(String... disconnectFailures) { if (this.disconnectFailures == null) { setDisconnectFailures(new java.util.ArrayList* The list of the connection ids that could not be disconnected. *
* * @param disconnectFailures * The list of the connection ids that could not be disconnected. * @return Returns a reference to this object so that method calls can be chained together. */ public DisconnectPlayerResult withDisconnectFailures(java.util.Collection* The list of the connection ids that were disconnected. *
* * @return The list of the connection ids that were disconnected. */ public java.util.List* The list of the connection ids that were disconnected. *
* * @param disconnectSuccesses * The list of the connection ids that were disconnected. */ public void setDisconnectSuccesses(java.util.Collection* The list of the connection ids that were disconnected. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDisconnectSuccesses(java.util.Collection)} or {@link #withDisconnectSuccesses(java.util.Collection)} * if you want to override the existing values. *
* * @param disconnectSuccesses * The list of the connection ids that were disconnected. * @return Returns a reference to this object so that method calls can be chained together. */ public DisconnectPlayerResult withDisconnectSuccesses(String... disconnectSuccesses) { if (this.disconnectSuccesses == null) { setDisconnectSuccesses(new java.util.ArrayList* The list of the connection ids that were disconnected. *
* * @param disconnectSuccesses * The list of the connection ids that were disconnected. * @return Returns a reference to this object so that method calls can be chained together. */ public DisconnectPlayerResult withDisconnectSuccesses(java.util.Collection