public static class AlertConfiguration.TemplateConfiguration extends Object
| Constructor and Description |
|---|
TemplateConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject value) |
Map<String,String> |
getAnnotations() |
String |
getId() |
String |
getLang() |
Map<String,String> |
getTokens() |
String |
getType() |
String |
getVersion() |
void |
setAnnotations(Map<String,String> annotations) |
void |
setId(String id) |
void |
setLang(String lang) |
void |
setTokens(Map<String,String> tokens) |
void |
setType(String type) |
void |
setVersion(String version) |
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public String getVersion()
public void setVersion(String version)
public String getLang()
public void setLang(String lang)
public void deserialize(com.alibaba.fastjson.JSONObject value)
Copyright © 2025. All Rights Reserved.