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

org.graylog2.users.events.AutoValue_UserChangedEvent Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package org.graylog2.users.events;

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

final class AutoValue_UserChangedEvent extends $AutoValue_UserChangedEvent {
  AutoValue_UserChangedEvent(String userId) {
    super(userId);
  }

  @JsonIgnore
  public final String getUserId() {
    return userId();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy