Klasse ReadLabelNamesOperationSpec
java.lang.Object
io.github.primelib.prometheus4j.spec.ReadLabelNamesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReadLabelNamesOperationSpec
extends Object
ReadLabelNamesSpec
Specification for the ReadLabelNames operation.
Returns label names
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedReadLabelNamesOperationSpec(String start, String end, List<String> match) Constructs a validated instance ofReadLabelNamesOperationSpec.Constructs a validated instance ofReadLabelNamesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@Nullable Stringend()End timestamp.End timestamp.booleaninthashCode()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.@Nullable 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
-
ReadLabelNamesOperationSpec
Constructs a validated instance ofReadLabelNamesOperationSpec.- Parameter:
spec- the specification to process
-
ReadLabelNamesOperationSpec
Constructs a validated instance ofReadLabelNamesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
start- Start timestamp.end- End timestamp.match- Repeated series selector argument that selects the series from which to read the label values. Optional.
-
ReadLabelNamesOperationSpec
protected ReadLabelNamesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
start
Start timestamp. -
end
End timestamp. -
match
Repeated series selector argument that selects the series from which to read the label values. Optional. -
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. Optional.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-