com.github.sd4324530.fastweixin.company.api.entity
类 QYAgent

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.api.entity.BaseModel
      继承者 com.github.sd4324530.fastweixin.company.api.entity.QYAgent
所有已实现的接口:
Model, Serializable

public class QYAgent
extends BaseModel

==================================================================== 上海聚攒软件开发有限公司 --------------------------------------------------------------------

版本:
1.0.beta ====================================================================
作者:
Nottyjay
另请参见:
序列化表格

构造方法摘要
QYAgent()
           
QYAgent(String agentId, String name, String description, String redirectDomain, Integer reportLocationFlag, Integer isReportUser, Integer isReportEnter)
          创建新应用时候需要用到的参数
QYAgent(String agentId, String name, String squareLogoUrl, String roundLogoUrl, String description, Map<String,Object> allowUserInfos, Map<String,Object> allowPartys, Map<String,Object> allowTags, Integer close, String redirectDomain, Integer reportLocationFlag, Integer isReportUser, Integer isReportEnter)
           
 
方法摘要
 String getAgentId()
           
 Map<String,Object> getAllowPartys()
           
 Map<String,Object> getAllowTags()
           
 Map<String,Object> getAllowUserInfos()
           
 Integer getClose()
           
 String getDescription()
           
 Integer getIsReportEnter()
           
 Integer getIsReportUser()
           
 String getName()
           
 String getRedirectDomain()
           
 Integer getReportLocationFlag()
           
 String getRoundLogoUrl()
           
 String getSquareLogoUrl()
           
 void setAgentId(String agentId)
           
 void setAllowPartys(Map<String,Object> allowPartys)
           
 void setAllowTags(Map<String,Object> allowTags)
           
 void setAllowUserInfos(Map<String,Object> allowUserInfos)
           
 void setClose(Integer close)
           
 void setDescription(String description)
           
 void setIsReportEnter(Integer isReportEnter)
           
 void setIsReportUser(Integer isReportUser)
           
 void setName(String name)
           
 void setRedirectDomain(String redirectDomain)
           
 void setReportLocationFlag(Integer reportLocationFlag)
           
 void setRoundLogoUrl(String roundLogoUrl)
           
 void setSquareLogoUrl(String squareLogoUrl)
           
 String toString()
           
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

QYAgent

public QYAgent()

QYAgent

public QYAgent(String agentId,
               String name,
               String description,
               String redirectDomain,
               Integer reportLocationFlag,
               Integer isReportUser,
               Integer isReportEnter)
创建新应用时候需要用到的参数

参数:
agentId - ID
name - 名称
description - 应用详情
redirectDomain - 应用可信域名
reportLocationFlag - 企业应用是否打开地理位置上报 0:不上报;1:进入会话上报;2:持续上报
isReportUser - 是否接收用户变更通知。0:不接收;1:接收
isReportEnter - 是否上报用户进入应用事件。0:不接收;1:接收

QYAgent

public QYAgent(String agentId,
               String name,
               String squareLogoUrl,
               String roundLogoUrl,
               String description,
               Map<String,Object> allowUserInfos,
               Map<String,Object> allowPartys,
               Map<String,Object> allowTags,
               Integer close,
               String redirectDomain,
               Integer reportLocationFlag,
               Integer isReportUser,
               Integer isReportEnter)
方法详细信息

getAgentId

public String getAgentId()

setAgentId

public void setAgentId(String agentId)

getName

public String getName()

setName

public void setName(String name)

getSquareLogoUrl

public String getSquareLogoUrl()

setSquareLogoUrl

public void setSquareLogoUrl(String squareLogoUrl)

getRoundLogoUrl

public String getRoundLogoUrl()

setRoundLogoUrl

public void setRoundLogoUrl(String roundLogoUrl)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getAllowUserInfos

public Map<String,Object> getAllowUserInfos()

setAllowUserInfos

public void setAllowUserInfos(Map<String,Object> allowUserInfos)

getAllowPartys

public Map<String,Object> getAllowPartys()

setAllowPartys

public void setAllowPartys(Map<String,Object> allowPartys)

getAllowTags

public Map<String,Object> getAllowTags()

setAllowTags

public void setAllowTags(Map<String,Object> allowTags)

getClose

public Integer getClose()

setClose

public void setClose(Integer close)

getRedirectDomain

public String getRedirectDomain()

setRedirectDomain

public void setRedirectDomain(String redirectDomain)

getReportLocationFlag

public Integer getReportLocationFlag()

setReportLocationFlag

public void setReportLocationFlag(Integer reportLocationFlag)

getIsReportUser

public Integer getIsReportUser()

setIsReportUser

public void setIsReportUser(Integer isReportUser)

getIsReportEnter

public Integer getIsReportEnter()

setIsReportEnter

public void setIsReportEnter(Integer isReportEnter)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2017. All rights reserved.