public class SendResultForListSendAlertOutput extends Object
| Constructor and Description |
|---|
SendResultForListSendAlertOutput() |
| Modifier and Type | Method and Description |
|---|---|
SendResultForListSendAlertOutput |
alertMethod(String alertMethod) |
SendResultForListSendAlertOutput |
alertMethodVal(String alertMethodVal) |
boolean |
equals(Object o) |
SendResultForListSendAlertOutput |
errMsg(String errMsg) |
String |
getAlertMethod()
Get alertMethod
|
String |
getAlertMethodVal()
Get alertMethodVal
|
String |
getErrMsg()
Get errMsg
|
String |
getReceiver()
Get receiver
|
int |
hashCode() |
Boolean |
isSuccess()
Get success
|
SendResultForListSendAlertOutput |
receiver(String receiver) |
void |
setAlertMethod(String alertMethod) |
void |
setAlertMethodVal(String alertMethodVal) |
void |
setErrMsg(String errMsg) |
void |
setReceiver(String receiver) |
void |
setSuccess(Boolean success) |
SendResultForListSendAlertOutput |
success(Boolean success) |
String |
toString() |
public SendResultForListSendAlertOutput alertMethod(String alertMethod)
public String getAlertMethod()
public void setAlertMethod(String alertMethod)
public SendResultForListSendAlertOutput alertMethodVal(String alertMethodVal)
public String getAlertMethodVal()
public void setAlertMethodVal(String alertMethodVal)
public SendResultForListSendAlertOutput errMsg(String errMsg)
public String getErrMsg()
public void setErrMsg(String errMsg)
public SendResultForListSendAlertOutput receiver(String receiver)
public String getReceiver()
public void setReceiver(String receiver)
public SendResultForListSendAlertOutput success(Boolean success)
public Boolean isSuccess()
public void setSuccess(Boolean success)
Copyright © 2026. All rights reserved.