Uses of Class
org.dashbuilder.dataprovider.prometheus.client.Status
-
Packages that use Status Package Description org.dashbuilder.dataprovider.prometheus.client -
-
Uses of Status in org.dashbuilder.dataprovider.prometheus.client
Methods in org.dashbuilder.dataprovider.prometheus.client that return Status Modifier and Type Method Description StatusQueryResponse. getStatus()static StatusStatus. of(String name)static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataprovider.prometheus.client with parameters of type Status Modifier and Type Method Description voidQueryResponse. setStatus(Status status)QueryResponseBuilderQueryResponseBuilder. status(Status status)
-