public class ClientResponse
extends Object
That's one bad flexible solution: a command can return anything.
-
Constructor Summary
Constructors
-
Method Summary
protected boolean
boolean
int
void
-
Constructor Details
-
ClientResponse
public ClientResponse()
-
ClientResponse
public ClientResponse(@NonNull
@NonNull Object response)
-
Method Details
-
getResponse
@NonNull
public @NonNull Object getResponse()
-
setResponse
public void setResponse(@NonNull
@NonNull Object response)
-
-
canEqual
protected boolean canEqual(Object other)
-
-