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
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean@Nullable Stringend()End timestamp.End timestamp.booleaninthashCode()@NotNull StringLabel name.Label name.match()Repeated series selector argument that selects the series from which to read the label values.Repeated series selector argument that selects the series from which to read the label values.@NotNull Stringstart()Start timestamp.Start timestamp.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
ReadLabelValuesOperationSpec
Constructs a validated implementation ofReadLabelValuesOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
labelName
Label name. -
start
Start timestamp. -
end
End timestamp. -
match
Repeated series selector argument that selects the series from which to read the label values. -
labelName
Label name.- Gibt zurück:
this.
-
start
Start timestamp.- Gibt zurück:
this.
-
end
End timestamp.- Gibt zurück:
this.
-
match
Repeated series selector argument that selects the series from which to read the label values.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-