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="2023-04-12T17:29:07.363401Z[Etc/UTC]") public class MLPrimaryKeyKey extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLPrimaryKeySnapshotAspectsItems
Key for an MLPrimaryKey
-
-
Constructor Summary
Constructors Constructor Description MLPrimaryKeyKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
MLPrimaryKeyKey
featureNamespace(java.lang.String featureNamespace)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@NotNull java.lang.String
getFeatureNamespace()
Namespace for the primary key@NotNull java.lang.String
getName()
Name of the primary keyint
hashCode()
MLPrimaryKeyKey
name(java.lang.String name)
void
setFeatureNamespace(java.lang.String featureNamespace)
void
setName(java.lang.String name)
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
-
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:
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
-
-