Klasse ReadSeriesOperationSpec
java.lang.Object
io.github.primelib.prometheus4j.spec.ReadSeriesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReadSeriesOperationSpec
extends Object
ReadSeriesSpec
Specification for the ReadSeries operation.
Returns time series
-
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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofReadSeriesOperationSpec.ReadSeriesOperationSpec(List<String> match, String start, String end) Constructs a validated instance ofReadSeriesOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected boolean@Nullable Stringend()End timestamp.End timestamp.booleaninthashCode()match()Repeated series selector argument that selects the series to return.Repeated series selector argument that selects the series to return.@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
-
ReadSeriesOperationSpec
Constructs a validated instance ofReadSeriesOperationSpec.- Parameter:
spec- the specification to process
-
ReadSeriesOperationSpec
Constructs a validated instance ofReadSeriesOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
match- Repeated series selector argument that selects the series to return. At least onematch[]argument must be provided.start- Start timestamp. Optional.end- End timestamp. Optional.
-
ReadSeriesOperationSpec
protected ReadSeriesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
match
Repeated series selector argument that selects the series to return. At least onematch[]argument must be provided. -
start
Start timestamp. Optional. -
end
End timestamp. Optional. -
match
Repeated series selector argument that selects the series to return. At least onematch[]argument must be provided.- Gibt zurück:
this.
-
start
Start timestamp. Optional.- Gibt zurück:
this.
-
end
End timestamp. Optional.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-