public static class QueryPushRecordsResponse.PushInfo extends Object
| 构造器和说明 |
|---|
PushInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAppKey() |
String |
getBody() |
String |
getDeviceType() |
String |
getMessageId() |
String |
getPushTime() |
String |
getPushType() |
String |
getSource() |
String |
getStatus() |
String |
getTarget() |
String |
getTitle() |
void |
setAppKey(Long appKey) |
void |
setBody(String body) |
void |
setDeviceType(String deviceType) |
void |
setMessageId(String messageId) |
void |
setPushTime(String pushTime) |
void |
setPushType(String pushType) |
void |
setSource(String source) |
void |
setStatus(String status) |
void |
setTarget(String target) |
void |
setTitle(String title) |
public Long getAppKey()
public void setAppKey(Long appKey)
public String getMessageId()
public void setMessageId(String messageId)
public String getPushType()
public void setPushType(String pushType)
public String getDeviceType()
public void setDeviceType(String deviceType)
public String getTarget()
public void setTarget(String target)
public String getSource()
public void setSource(String source)
public String getPushTime()
public void setPushTime(String pushTime)
public String getTitle()
public void setTitle(String title)
public String getBody()
public void setBody(String body)
public String getStatus()
public void setStatus(String status)
Copyright © 2020. All rights reserved.