public class VarnishedMessage extends Message
| 限定符和类型 | 类和说明 |
|---|---|
static class |
VarnishedMessage.Builder |
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,String> |
extra
Key Value含义 (key 参照:ExtraParam)
callback String (必填字段), 第三方接收回执的Http接口, 最大长度128字节
callback.param String(可选字段), 第三方自定义回执参数, 最大长度64字节
callback.type int(可选字段), 回执类型(1-送达回执, 2-点击回执, 3-送达与点击回执), 默认3 ( 参考:CallBackType)
|
| 构造器和说明 |
|---|
VarnishedMessage() |
VarnishedMessage(VarnishedMessage.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActivity() |
int |
getClickType() |
String |
getContent() |
String |
getCustomAttribute() |
Map<String,String> |
getExtra() |
Date |
getFixEndDisplayDate() |
long |
getFixSpeedRate() |
Date |
getFixStartDisplayDate() |
String |
getNoticeBarImgUrl() |
int |
getNoticeBarType() |
String |
getNoticeExpandContent() |
String |
getNoticeExpandImgUrl() |
int |
getNoticeExpandType() |
String |
getNotifyKey() |
com.alibaba.fastjson.JSONObject |
getParameters() |
int |
getPushTimeType() |
static long |
getSerialVersionUID() |
Date |
getStartTime() |
String |
getTitle() |
String |
getUrl() |
int |
getValidTime() |
boolean |
isClearNoticeBar() |
boolean |
isFixDisplay() |
boolean |
isFixSpeed() |
boolean |
isLights() |
boolean |
isOffLine() |
boolean |
isSound() |
boolean |
isSuspend() |
boolean |
isVibrate() |
void |
setNotifyKey(String notifyKey) |
String |
toString() |
getAppId, getRestrictedPackageNames, setAppId, setRestrictedPackageNamespublic VarnishedMessage()
public VarnishedMessage(VarnishedMessage.Builder builder)
public static long getSerialVersionUID()
public int getPushTimeType()
public Date getStartTime()
public int getNoticeBarType()
public String getTitle()
public String getContent()
public String getNoticeBarImgUrl()
public int getNoticeExpandType()
public String getNoticeExpandContent()
public String getNoticeExpandImgUrl()
public int getClickType()
public String getUrl()
public com.alibaba.fastjson.JSONObject getParameters()
public String getActivity()
public boolean isOffLine()
public int getValidTime()
public boolean isFixSpeed()
public long getFixSpeedRate()
public boolean isSuspend()
public boolean isClearNoticeBar()
public boolean isVibrate()
public boolean isLights()
public boolean isSound()
public String getCustomAttribute()
public boolean isFixDisplay()
public Date getFixStartDisplayDate()
public Date getFixEndDisplayDate()
public String getNotifyKey()
public void setNotifyKey(String notifyKey)
Copyright © 2016–2023 MEIZUPUSH Group. All rights reserved.