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