@Generated public class LogBatch extends Object
Constructor and Description |
---|
LogBatch() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<Metric> |
getMetrics() |
Collection<Param> |
getParams() |
String |
getRunId() |
Collection<RunTag> |
getTags() |
int |
hashCode() |
LogBatch |
setMetrics(Collection<Metric> metrics) |
LogBatch |
setParams(Collection<Param> params) |
LogBatch |
setRunId(String runId) |
LogBatch |
setTags(Collection<RunTag> tags) |
String |
toString() |
public LogBatch setMetrics(Collection<Metric> metrics)
public Collection<Metric> getMetrics()
public LogBatch setParams(Collection<Param> params)
public Collection<Param> getParams()
public String getRunId()
public LogBatch setTags(Collection<RunTag> tags)
public Collection<RunTag> getTags()
Copyright © 2023. All rights reserved.