Class MLPrimaryKeyKey
- java.lang.Object
-
- io.datahubproject.openapi.generated.MLPrimaryKeyKey
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue,OneOfMLPrimaryKeySnapshotAspectsItems
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class MLPrimaryKeyKey extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLPrimaryKeySnapshotAspectsItemsKey for an MLPrimaryKey
-
-
Constructor Summary
Constructors Constructor Description MLPrimaryKeyKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)MLPrimaryKeyKeyfeatureNamespace(java.lang.String featureNamespace)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.lang.StringgetFeatureNamespace()Namespace for the primary key@NotNull java.lang.StringgetName()Name of the primary keyinthashCode()MLPrimaryKeyKeyname(java.lang.String name)voidsetFeatureNamespace(java.lang.String featureNamespace)voidsetName(java.lang.String name)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
featureNamespace
public MLPrimaryKeyKey featureNamespace(java.lang.String featureNamespace)
-
getFeatureNamespace
@NotNull public @NotNull java.lang.String getFeatureNamespace()
Namespace for the primary key- Returns:
- featureNamespace
-
setFeatureNamespace
public void setFeatureNamespace(java.lang.String featureNamespace)
-
name
public MLPrimaryKeyKey name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
Name of the primary key- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
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
-
-