labels

fun labels(vararg labelValues: String): Child

Retrieves or creates a Child associated with the given label values.

Return

The child instance representing this label set.

Parameters

labelValues

Values corresponding to the declared label names.

Throws

If the number of values does not match the number of labels, or if any label value is blank.