public class AlipayOpenDataItemSyncModel extends AlipayObject
| Constructor and Description |
|---|
AlipayOpenDataItemSyncModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventType()
Gets event type.
|
String |
getExternalId()
Gets external id.
|
String |
getExtInfo()
Gets ext info.
|
String |
getGmtModified()
Gets gmt modified.
|
String |
getOperateType()
Gets operate type.
|
void |
setEventType(String eventType)
Sets event type.
|
void |
setExternalId(String externalId)
Sets external id.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setGmtModified(String gmtModified)
Sets gmt modified.
|
void |
setOperateType(String operateType)
Sets operate type.
|
public String getEventType()
public void setEventType(String eventType)
eventType - the event typepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo - the ext infopublic String getExternalId()
public void setExternalId(String externalId)
externalId - the external idpublic String getGmtModified()
public void setGmtModified(String gmtModified)
gmtModified - the gmt modifiedpublic String getOperateType()
public void setOperateType(String operateType)
operateType - the operate typeCopyright © 2018. All rights reserved.