Class EditableMLFeatureTableProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.EditableMLFeatureTableProperties
-
- 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 EditableMLFeatureTableProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueProperties associated with a MLFeatureTable editable from the ui
-
-
Constructor Summary
Constructors Constructor Description EditableMLFeatureTableProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableMLFeatureTablePropertiesdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName formatjava.lang.StringgetDescription()Documentation of the MLFeatureTableinthashCode()voidsetDescription(java.lang.String description)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
description
public EditableMLFeatureTableProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Documentation of the MLFeatureTable- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
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
-
-