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

org.graylog2.rest.models.dashboards.responses.AutoValue_CreateDashboardResponse Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.graylog2.rest.models.dashboards.responses;

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

final class AutoValue_CreateDashboardResponse extends $AutoValue_CreateDashboardResponse {
  AutoValue_CreateDashboardResponse(String dashboardId) {
    super(dashboardId);
  }

  @JsonIgnore
  public final String getDashboardId() {
    return dashboardId();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy