- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- com.getui.push.v2.sdk.dto.req.message.ios.Aps
-
-
构造器概要
构造器 构造器 说明 Aps()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AlertgetAlert()StringgetCategory()IntegergetContentAvailable()StringgetSound()StringgetThreadId()voidsetAlert(Alert alert)voidsetCategory(String category)voidsetContentAvailable(Integer contentAvailable)voidsetSound(String sound)voidsetThreadId(String threadId)-
从类继承的方法 java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
从类继承的方法 java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
方法详细资料
-
getAlert
public Alert getAlert()
-
setAlert
public void setAlert(Alert alert)
-
getContentAvailable
public Integer getContentAvailable()
-
setContentAvailable
public void setContentAvailable(Integer contentAvailable)
-
getSound
public String getSound()
-
setSound
public void setSound(String sound)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getThreadId
public String getThreadId()
-
setThreadId
public void setThreadId(String threadId)
-
-