Klasse ReadLabelValuesOperationSpec

java.lang.Object
io.github.primelib.prometheus4j.spec.ReadLabelValuesOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ReadLabelValuesOperationSpec extends Object
ReadLabelValuesSpec

Specification for the ReadLabelValues operation.

Returns label values

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • labelName

      @NotNull public @NotNull String labelName()
      Label name.
    • start

      @NotNull public @NotNull String start()
      Start timestamp.
    • end

      @Nullable public @Nullable String end()
      End timestamp.
    • match

      @Nullable public @Nullable List<String> match()
      Repeated series selector argument that selects the series from which to read the label values.
    • labelName

      public ReadLabelValuesOperationSpec labelName(@NotNull @NotNull String labelName)
      Label name.
      Gibt zurück:
      this.
    • start

      public ReadLabelValuesOperationSpec start(@NotNull @NotNull String start)
      Start timestamp.
      Gibt zurück:
      this.
    • end

      public ReadLabelValuesOperationSpec end(@Nullable @Nullable String end)
      End timestamp.
      Gibt zurück:
      this.
    • match

      public ReadLabelValuesOperationSpec match(@Nullable @Nullable List<String> match)
      Repeated series selector argument that selects the series from which to read the label values.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object