public class DingTalkNotification extends Notification
| Constructor and Description |
|---|
DingTalkNotification() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject value) |
boolean |
equals(Object o) |
boolean |
getAtAll() |
List<String> |
getAtMobiles() |
String |
getMethod()
Deprecated.
|
String |
getServiceUri() |
String |
getTitle() |
int |
hashCode() |
void |
setAtAll(boolean atAll) |
void |
setAtMobiles(List<String> atMobiles) |
void |
setMethod(String method)
Deprecated.
|
void |
setServiceUri(String serviceUri) |
void |
setTitle(String title) |
getContent, getType, setContent, setTypepublic String getTitle()
public void setTitle(String title)
@Deprecated public String getMethod()
@Deprecated public void setMethod(String method)
public boolean getAtAll()
public void setAtAll(boolean atAll)
public void deserialize(com.alibaba.fastjson.JSONObject value)
public boolean equals(Object o)
public int hashCode()
public String getServiceUri()
public void setServiceUri(String serviceUri)
Copyright © 2025. All Rights Reserved.