类 DingDingNotice

java.lang.Object
top.codef.pojos.dingding.DingDingNotice
直接已知子类:
DingDingMarkdownNotice, DingDingTextNotice

public class DingDingNotice extends Object
  • 字段详细资料

  • 构造器详细资料

    • DingDingNotice

      public DingDingNotice(DingDingAt at, String msgtype)
      参数:
      at -
      msgtype -
  • 方法详细资料

    • getAt

      public DingDingAt getAt()
      返回:
      the at
    • setAt

      public void setAt(DingDingAt at)
      参数:
      at - the at to set
    • getMsgtype

      public String getMsgtype()
      返回:
      the msgtype
    • setMsgtype

      public void setMsgtype(String msgtype)
      参数:
      msgtype - the msgtype to set