Class EditableMLPrimaryKeyProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.EditableMLPrimaryKeyProperties
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue
,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-03-16T12:22:36.923004Z[Etc/UTC]") public class EditableMLPrimaryKeyProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
Properties associated with a MLPrimaryKey editable from the UI
-
-
Constructor Summary
Constructors Constructor Description EditableMLPrimaryKeyProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableMLPrimaryKeyProperties
description(java.lang.String description)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName formatjava.lang.String
getDescription()
Documentation of the MLPrimaryKeyint
hashCode()
void
setDescription(java.lang.String description)
java.lang.String
toString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
description
public EditableMLPrimaryKeyProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Documentation of the MLPrimaryKey- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-