@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class MLPrimaryKeyProperties
extends java.lang.Object
implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLPrimaryKeySnapshotAspectsItems
| Constructor and Description |
|---|
MLPrimaryKeyProperties() |
| Modifier and Type | Method and 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 dataType
|
java.lang.String |
getDescription()
Documentation of the MLPrimaryKey
|
@NotNull java.util.List<java.lang.String> |
getSources()
Source of the MLPrimaryKey
|
@Valid VersionTag |
getVersion()
Get version
|
int |
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) |
@NotNull public @NotNull java.lang.String get__type()
public MLPrimaryKeyProperties description(java.lang.String description)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public MLPrimaryKeyProperties dataType(MLFeatureDataType dataType)
@Valid public @Valid MLFeatureDataType getDataType()
public void setDataType(MLFeatureDataType dataType)
public MLPrimaryKeyProperties version(VersionTag version)
@Valid public @Valid VersionTag getVersion()
public void setVersion(VersionTag version)
public MLPrimaryKeyProperties sources(java.util.List<java.lang.String> sources)
public MLPrimaryKeyProperties addSourcesItem(java.lang.String sourcesItem)
@NotNull public @NotNull java.util.List<java.lang.String> getSources()
public void setSources(java.util.List<java.lang.String> sources)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object