public class AlipayOpenPublicPartnerSubscribeSyncModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicPartnerSubscribeSyncModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAcceptMsg()
Gets accept msg.
|
String |
getFollowObjectId()
Gets follow object id.
|
String |
getOperateType()
Gets operate type.
|
String |
getPushSwitch()
Gets push switch.
|
String |
getSourceId()
Gets source id.
|
String |
getUserId()
Gets user id.
|
void |
setAcceptMsg(String acceptMsg)
Sets accept msg.
|
void |
setFollowObjectId(String followObjectId)
Sets follow object id.
|
void |
setOperateType(String operateType)
Sets operate type.
|
void |
setPushSwitch(String pushSwitch)
Sets push switch.
|
void |
setSourceId(String sourceId)
Sets source id.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayOpenPublicPartnerSubscribeSyncModel()
public String getAcceptMsg()
public void setAcceptMsg(String acceptMsg)
acceptMsg
- the accept msgpublic String getFollowObjectId()
public void setFollowObjectId(String followObjectId)
followObjectId
- the follow object idpublic String getOperateType()
public void setOperateType(String operateType)
operateType
- the operate typepublic String getPushSwitch()
public void setPushSwitch(String pushSwitch)
pushSwitch
- the push switchpublic String getSourceId()
public void setSourceId(String sourceId)
sourceId
- the source idpublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.