| | |
| | | import java.util.Map; |
| | | import com.qianwen.core.tool.metadata.ValueObject; |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/external/SubscribeRequest.class */ |
| | | public class SubscribeRequest implements ValueObject { |
| | | private String id; |
| | | private String topic; |
| | | private Map<String, Object> parameter; |
| | | private Long userId; |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/external/SubscribeRequest$SubscribeRequestBuilder.class */ |
| | | |
| | | public static class SubscribeRequestBuilder { |
| | | private String id; |
| | | private String topic; |