AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
Alert() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActionLocKey() |
String |
getBody() |
String |
getLaunchImage() |
List<String> |
getLocArgs() |
String |
getLocKey() |
String |
getSubtitle() |
List<String> |
getSubtitleLocArgs() |
String |
getSubtitleLocKey() |
String |
getTitle() |
List<String> |
getTitleLocArgs() |
String |
getTitleLocKey() |
void |
setActionLocKey(String actionLocKey) |
void |
setBody(String body) |
void |
setLaunchImage(String launchImage) |
void |
setLocArgs(List<String> locArgs) |
void |
setLocKey(String locKey) |
void |
setSubtitle(String subtitle) |
void |
setSubtitleLocArgs(List<String> subtitleLocArgs) |
void |
setSubtitleLocKey(String subtitleLocKey) |
void |
setTitle(String title) |
void |
setTitleLocArgs(List<String> titleLocArgs) |
void |
setTitleLocKey(String titleLocKey) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getTitle()
public void setTitle(String title)
public String getBody()
public void setBody(String body)
public String getActionLocKey()
public void setActionLocKey(String actionLocKey)
public String getLocKey()
public void setLocKey(String locKey)
public String getLaunchImage()
public void setLaunchImage(String launchImage)
public String getTitleLocKey()
public void setTitleLocKey(String titleLocKey)
public String getSubtitle()
public void setSubtitle(String subtitle)
public String getSubtitleLocKey()
public void setSubtitleLocKey(String subtitleLocKey)
Copyright © 2022. All rights reserved.