Class MLMetric
- java.lang.Object
-
- io.datahubproject.openapi.generated.MLMetric
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class MLMetric extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueProperties associated with an ML Metric
-
-
Constructor Summary
Constructors Constructor Description MLMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLMetriccreatedAt(java.lang.Long createdAt)MLMetricdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetCreatedAt()Date when the mlMetric was developed minimum: -9223372036854775808 maximum: 9223372036854775807java.lang.StringgetDescription()Documentation of the mlMetric@NotNull java.lang.StringgetName()Name of the mlMetricjava.lang.StringgetValue()The value of the mlMetricinthashCode()MLMetricname(java.lang.String name)voidsetCreatedAt(java.lang.Long createdAt)voidsetDescription(java.lang.String description)voidsetName(java.lang.String name)voidsetValue(java.lang.String value)java.lang.StringtoString()MLMetricvalue(java.lang.String value)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
name
public MLMetric name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
Name of the mlMetric- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
description
public MLMetric description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Documentation of the mlMetric- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
value
public MLMetric value(java.lang.String value)
-
getValue
public java.lang.String getValue()
The value of the mlMetric- Returns:
- value
-
setValue
public void setValue(java.lang.String value)
-
createdAt
public MLMetric createdAt(java.lang.Long createdAt)
-
getCreatedAt
@Min(-9223372036854775808L) @Max(9223372036854775807L) public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getCreatedAt()
Date when the mlMetric was developed minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(java.lang.Long createdAt)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-