Class CustomMetricName.Builder (0.52.0)

public static class CustomMetricName.Builder

Builder for properties/{property}/customMetrics/{custom_metric}.

Inheritance

java.lang.Object > CustomMetricName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CustomMetricName build()
Returns
Type Description
CustomMetricName

getCustomMetric()

public String getCustomMetric()
Returns
Type Description
String

getProperty()

public String getProperty()
Returns
Type Description
String

setCustomMetric(String customMetric)

public CustomMetricName.Builder setCustomMetric(String customMetric)
Parameter
Name Description
customMetric String
Returns
Type Description
CustomMetricName.Builder

setProperty(String property)

public CustomMetricName.Builder setProperty(String property)
Parameter
Name Description
property String
Returns
Type Description
CustomMetricName.Builder