1 package com.netease.nimlib.sdk.v2.notification.params;
27 this(null, null, null, null);
31 this.notificationConfig = notificationConfig;
32 this.pushConfig = pushConfig;
33 this.antispamConfig = antispamConfig;
34 this.routeConfig = routeConfig;
38 return notificationConfig;
46 return antispamConfig;
54 public static final class V2NIMSendCustomNotificationParamsBuilder {
60 private V2NIMSendCustomNotificationParamsBuilder() {
63 public static V2NIMSendCustomNotificationParamsBuilder builder() {
64 return new V2NIMSendCustomNotificationParamsBuilder();
67 public V2NIMSendCustomNotificationParamsBuilder withNotificationConfig(
V2NIMNotificationConfig notificationConfig) {
68 this.notificationConfig = notificationConfig;
73 this.pushConfig = pushConfig;
78 this.antispamConfig = antispamConfig;
83 this.routeConfig = routeConfig;
V2NIMNotificationAntispamConfig getAntispamConfig()
V2NIMNotificationConfig getNotificationConfig()
V2NIMNotificationPushConfig getPushConfig()
V2NIMNotificationRouteConfig getRouteConfig()