Package com.zone.weixin4j.response
Class TransferCustomerResponse
- java.lang.Object
-
- com.zone.weixin4j.response.TransferCustomerResponse
-
- All Implemented Interfaces:
WeixinResponse
public class TransferCustomerResponse extends Object implements WeixinResponse
消息转移到客服- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- 转移消息到多客服
-
-
Constructor Summary
Constructors Constructor Description TransferCustomerResponse(String kfAccount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKfAccount()
String
getMsgType()
回复的消息类型String
toContent()
回复的消息内容
-
-
-
Constructor Detail
-
TransferCustomerResponse
public TransferCustomerResponse(String kfAccount)
-
-
Method Detail
-
getKfAccount
public String getKfAccount()
-
toContent
public String toContent()
Description copied from interface:WeixinResponse
回复的消息内容- Specified by:
toContent
in interfaceWeixinResponse
- Returns:
-
getMsgType
public String getMsgType()
Description copied from interface:WeixinResponse
回复的消息类型- Specified by:
getMsgType
in interfaceWeixinResponse
- Returns:
-
-