com.foxinmy.weixin4j.mp.model
Class KfOnlineAccount

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.model.KfOnlineAccount
All Implemented Interfaces:
Serializable

public class KfOnlineAccount
extends Object
implements Serializable

多客服在线信息

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
多客服账号信息, Serialized Form

Constructor Summary
KfOnlineAccount()
           
 
Method Summary
 int getAcceptedCase()
           
 String getAccount()
           
 int getAutoAccept()
           
 KfOnlineStatus getFormatStatus()
           
 String getId()
           
 int getStatus()
           
 void setAcceptedCase(int acceptedCase)
           
 void setAccount(String account)
           
 void setAutoAccept(int autoAccept)
           
 void setId(String id)
           
 void setStatus(int status)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KfOnlineAccount

public KfOnlineAccount()
Method Detail

getAccount

public String getAccount()

setAccount

public void setAccount(String account)

getId

public String getId()

setId

public void setId(String id)

getStatus

public int getStatus()

getFormatStatus

public KfOnlineStatus getFormatStatus()

setStatus

public void setStatus(int status)

getAutoAccept

public int getAutoAccept()

setAutoAccept

public void setAutoAccept(int autoAccept)

getAcceptedCase

public int getAcceptedCase()

setAcceptedCase

public void setAcceptedCase(int acceptedCase)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.