public class PublicMessageInfo extends AlipayObject
Constructor and Description |
---|
PublicMessageInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getMessageId()
Gets message id.
|
String |
getSendTime()
Gets send time.
|
String |
getStatus()
Gets status.
|
String |
getStatusDesc()
Gets status desc.
|
void |
setMessageId(String messageId)
Sets message id.
|
void |
setSendTime(String sendTime)
Sets send time.
|
void |
setStatus(String status)
Sets status.
|
void |
setStatusDesc(String statusDesc)
Sets status desc.
|
public String getMessageId()
public void setMessageId(String messageId)
messageId
- the message idpublic String getSendTime()
public void setSendTime(String sendTime)
sendTime
- the send timepublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getStatusDesc()
public void setStatusDesc(String statusDesc)
statusDesc
- the status descCopyright © 2018. All rights reserved.