public class MailResponse
public MailResponse(boolean success,
@NotNull
java.lang.String body,
@NotNull
io.vertx.core.json.JsonObject jsonBody)
public boolean getSuccess()
@NotNull public java.lang.String getBody()
@NotNull public io.vertx.core.json.JsonObject getJsonBody()
public boolean component1()
@NotNull public java.lang.String component2()
@NotNull public io.vertx.core.json.JsonObject component3()
@NotNull public MailResponse copy(boolean success, @NotNull java.lang.String body, @NotNull io.vertx.core.json.JsonObject jsonBody)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)