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)
|
QYAgent
public QYAgent()
QYAgent
public QYAgent(String agentId,
String name,
String description,
String redirectDomain,
Integer reportLocationFlag,
Integer isReportUser,
Integer isReportEnter)
- 创建新应用时候需要用到的参数
- 参数:
agentId - IDname - 名称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.