类 WeChatApplicationResponse

java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.application.WeChatApplicationResponse

public class WeChatApplicationResponse extends AbstractBaseResponse
描述
作者:
ddshuai date 2019-04-06 22:17
  • 字段详细资料

    • agentId

      private String agentId
    • name

      private String name
    • squareLogoUrl

      private String squareLogoUrl
    • description

      private String description
    • close

      private Integer close
    • redirectDomain

      private String redirectDomain
    • isReportenter

      private Integer isReportenter
    • homeUrl

      private String homeUrl
    • allowUser

      private AllowUser allowUser
    • allowParty

      private AllowParty allowParty
    • allowTag

      private AllowTag allowTag
  • 构造器详细资料

    • WeChatApplicationResponse

      public WeChatApplicationResponse()
  • 方法详细资料

    • 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)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getClose

      public Integer getClose()
    • setClose

      public void setClose(Integer close)
    • getRedirectDomain

      public String getRedirectDomain()
    • setRedirectDomain

      public void setRedirectDomain(String redirectDomain)
    • getIsReportenter

      public Integer getIsReportenter()
    • setIsReportenter

      public void setIsReportenter(Integer isReportenter)
    • getHomeUrl

      public String getHomeUrl()
    • setHomeUrl

      public void setHomeUrl(String homeUrl)
    • getAllowUser

      public AllowUser getAllowUser()
    • setAllowUser

      public void setAllowUser(AllowUser allowUser)
    • getAllowParty

      public AllowParty getAllowParty()
    • setAllowParty

      public void setAllowParty(AllowParty allowParty)
    • getAllowTag

      public AllowTag getAllowTag()
    • setAllowTag

      public void setAllowTag(AllowTag allowTag)
    • toString

      public String toString()
      覆盖:
      toString 在类中 AbstractBaseResponse