All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.dashboards.widgets.events.AutoValue_WidgetUpdatedEvent Maven / Gradle / Ivy

There is a newer version: 6.0.5
Show newest version
package org.graylog2.dashboards.widgets.events;

import com.fasterxml.jackson.annotation.JsonIgnore;
import java.lang.String;

final class AutoValue_WidgetUpdatedEvent extends $AutoValue_WidgetUpdatedEvent {
  AutoValue_WidgetUpdatedEvent(String widgetId) {
    super(widgetId);
  }

  @JsonIgnore
  public final String getWidgetId() {
    return widgetId();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy