类 V2GroupMsgResponse

java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.externalcontact.V2GroupMsgResponse

public class V2GroupMsgResponse extends AbstractBaseResponse
作者:
ddshuai date 2022-08-31 15:16
  • 字段详细资料

  • 构造器详细资料

    • V2GroupMsgResponse

      public V2GroupMsgResponse()
  • 方法详细资料

    • getMsgId

      public String getMsgId()
    • setMsgId

      public void setMsgId(String msgId)
    • getCreator

      public String getCreator()
    • setCreator

      public void setCreator(String creator)
    • getCreateTime

      public Date getCreateTime()
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getCreateType

      public Integer getCreateType()
    • setCreateType

      public void setCreateType(Integer createType)
    • getText

      public MsgText getText()
    • setText

      public void setText(MsgText text)
    • getAttachments

      public List<V2GroupMsg> getAttachments()
    • setAttachments

      public void setAttachments(List<V2GroupMsg> attachments)