public class SendResult extends Object
public SendResult(boolean ok,
String msg)
public static SendResult ok()
public static SendResult ok(String msg)
public static SendResult fail(String msg)
public boolean isOk()
public void setOk(boolean ok)
public String getMsg()
public void setMsg(String msg)
Copyright © 2024. All rights reserved.