类 NotificationModel


  • public class NotificationModel
    extends Object
    The class of Notification model.
    • 构造器详细资料

      • NotificationModel

        public NotificationModel()
    • 方法详细资料

      • of

        public static NotificationModel of​(NotificationGetResponse response)
        Construct a notification model with specified parameters.
        参数:
        response - The getting notification response
        返回:
        A notification model
      • getNotificationId

        public String getNotificationId()
      • setNotificationId

        public void setNotificationId​(String notificationId)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getEndpoint

        public String getEndpoint()
      • setEndpoint

        public void setEndpoint​(String endpoint)
      • getCreateTime

        public Date getCreateTime()
      • setCreateTime

        public void setCreateTime​(Date createTime)
      • getUpdateTime

        public Date getUpdateTime()
      • setUpdateTime

        public void setUpdateTime​(Date updateTime)