Class MLPrimaryKeyProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.MLPrimaryKeyProperties
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue
,OneOfGenericAspectValue
,OneOfMLPrimaryKeySnapshotAspectsItems
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-01-10T23:10:21.701017Z[Etc/UTC]") public class MLPrimaryKeyProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLPrimaryKeySnapshotAspectsItems
Properties associated with a MLPrimaryKey
-
-
Constructor Summary
Constructors Constructor Description MLPrimaryKeyProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLPrimaryKeyProperties
addSourcesItem(java.lang.String sourcesItem)
MLPrimaryKeyProperties
dataType(MLFeatureDataType dataType)
MLPrimaryKeyProperties
description(java.lang.String description)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@Valid MLFeatureDataType
getDataType()
Get dataTypejava.lang.String
getDescription()
Documentation of the MLPrimaryKey@NotNull java.util.List<java.lang.String>
getSources()
Source of the MLPrimaryKey@Valid VersionTag
getVersion()
Get versionint
hashCode()
void
setDataType(MLFeatureDataType dataType)
void
setDescription(java.lang.String description)
void
setSources(java.util.List<java.lang.String> sources)
void
setVersion(VersionTag version)
MLPrimaryKeyProperties
sources(java.util.List<java.lang.String> sources)
java.lang.String
toString()
MLPrimaryKeyProperties
version(VersionTag version)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
description
public MLPrimaryKeyProperties 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)
-
dataType
public MLPrimaryKeyProperties dataType(MLFeatureDataType dataType)
-
getDataType
@Valid public @Valid MLFeatureDataType getDataType()
Get dataType- Returns:
- dataType
-
setDataType
public void setDataType(MLFeatureDataType dataType)
-
version
public MLPrimaryKeyProperties version(VersionTag version)
-
getVersion
@Valid public @Valid VersionTag getVersion()
Get version- Returns:
- version
-
setVersion
public void setVersion(VersionTag version)
-
sources
public MLPrimaryKeyProperties sources(java.util.List<java.lang.String> sources)
-
addSourcesItem
public MLPrimaryKeyProperties addSourcesItem(java.lang.String sourcesItem)
-
getSources
@NotNull public @NotNull java.util.List<java.lang.String> getSources()
Source of the MLPrimaryKey- Returns:
- sources
-
setSources
public void setSources(java.util.List<java.lang.String> sources)
-
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
-
-