类 WeChatApplicationResponse
java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.application.WeChatApplicationResponse
描述
- 作者:
- ddshuai date 2019-04-06 22:17
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getClose()getName()voidsetAgentId(String agentId) voidsetAllowParty(AllowParty allowParty) voidsetAllowTag(AllowTag allowTag) voidsetAllowUser(AllowUser allowUser) voidvoidsetDescription(String description) voidsetHomeUrl(String homeUrl) voidsetIsReportenter(Integer isReportenter) voidvoidsetRedirectDomain(String redirectDomain) voidsetSquareLogoUrl(String squareLogoUrl) toString()从类继承的方法 com.github.shuaidd.response.AbstractBaseResponse
getErrCode, getErrMsg, getHasMore, getNextCursor, setErrCode, setErrMsg, setHasMore, setNextCursor
-
字段详细资料
-
agentId
-
name
-
squareLogoUrl
-
description
-
close
-
redirectDomain
-
isReportenter
-
homeUrl
-
allowUser
-
allowParty
-
allowTag
-
-
构造器详细资料
-
WeChatApplicationResponse
public WeChatApplicationResponse()
-
-
方法详细资料
-
getAgentId
-
setAgentId
-
getName
-
setName
-
getSquareLogoUrl
-
setSquareLogoUrl
-
getDescription
-
setDescription
-
getClose
-
setClose
-
getRedirectDomain
-
setRedirectDomain
-
getIsReportenter
-
setIsReportenter
-
getHomeUrl
-
setHomeUrl
-
getAllowUser
-
setAllowUser
-
getAllowParty
-
setAllowParty
-
getAllowTag
-
setAllowTag
-
toString
- 覆盖:
toString在类中AbstractBaseResponse
-