public class NotifyUserVo extends AlipayObject
| 构造器和说明 |
|---|
NotifyUserVo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDelFlag() |
String |
getNotifyId() |
String |
getNotifyObject() |
String |
getNotifyObjectOpenId() |
String |
getOpenId() |
String |
getStatus() |
String |
getUserId() |
void |
setDelFlag(String delFlag) |
void |
setNotifyId(String notifyId) |
void |
setNotifyObject(String notifyObject) |
void |
setNotifyObjectOpenId(String notifyObjectOpenId) |
void |
setOpenId(String openId) |
void |
setStatus(String status) |
void |
setUserId(String userId) |
public String getDelFlag()
public void setDelFlag(String delFlag)
public String getNotifyId()
public void setNotifyId(String notifyId)
public String getNotifyObject()
public void setNotifyObject(String notifyObject)
public String getNotifyObjectOpenId()
public void setNotifyObjectOpenId(String notifyObjectOpenId)
public String getOpenId()
public void setOpenId(String openId)
public String getStatus()
public void setStatus(String status)
public String getUserId()
public void setUserId(String userId)
Copyright © 2023. All rights reserved.