AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
Aps() |
| 限定符和类型 | 方法和说明 |
|---|---|
Alert |
getAlert() |
String |
getCategory() |
Integer |
getContentAvailable() |
String |
getSound() |
String |
getThreadId() |
void |
setAlert(Alert alert) |
void |
setCategory(String category) |
void |
setContentAvailable(Integer contentAvailable) |
void |
setSound(String sound) |
void |
setThreadId(String threadId) |
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 Alert getAlert()
public void setAlert(Alert alert)
public Integer getContentAvailable()
public void setContentAvailable(Integer contentAvailable)
public String getSound()
public void setSound(String sound)
public String getCategory()
public void setCategory(String category)
public String getThreadId()
public void setThreadId(String threadId)
Copyright © 2022. All rights reserved.