@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class DatasetDeprecation
extends java.lang.Object
implements OneOfDatasetSnapshotAspectsItems, OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfVersionedAspectAspect
| Constructor and Description |
|---|
DatasetDeprecation() |
| Modifier and Type | Method and Description |
|---|---|
DatasetDeprecation |
actor(java.lang.String actor) |
DatasetDeprecation |
decommissionTime(java.lang.Long decommissionTime) |
DatasetDeprecation |
deprecated(java.lang.Boolean deprecated) |
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
get__type()
Name of this subclass in SimpleClassName format
|
java.lang.String |
getActor()
The corpuser URN which will be credited for modifying this deprecation content.
|
@Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) java.lang.Long |
getDecommissionTime()
The time user plan to decommission this dataset.
|
@NotNull java.lang.String |
getNote()
Additional information about the dataset deprecation plan, such as the wiki, doc, RB.
|
int |
hashCode() |
@NotNull java.lang.Boolean |
isDeprecated()
Whether the dataset is deprecated by owner.
|
DatasetDeprecation |
note(java.lang.String note) |
void |
setActor(java.lang.String actor) |
void |
setDecommissionTime(java.lang.Long decommissionTime) |
void |
setDeprecated(java.lang.Boolean deprecated) |
void |
setNote(java.lang.String note) |
java.lang.String |
toString() |
@NotNull public @NotNull java.lang.String get__type()
public DatasetDeprecation deprecated(java.lang.Boolean deprecated)
@NotNull public @NotNull java.lang.Boolean isDeprecated()
public void setDeprecated(java.lang.Boolean deprecated)
public DatasetDeprecation decommissionTime(java.lang.Long decommissionTime)
@Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) public @Min(value=-9223372036854775808L) @Max(value=9223372036854775807L) java.lang.Long getDecommissionTime()
public void setDecommissionTime(java.lang.Long decommissionTime)
public DatasetDeprecation note(java.lang.String note)
@NotNull public @NotNull java.lang.String getNote()
public void setNote(java.lang.String note)
public DatasetDeprecation actor(java.lang.String actor)
public java.lang.String getActor()
public void setActor(java.lang.String actor)
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