Class DataHubRetentionConfig
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataHubRetentionConfig
-
- All Implemented Interfaces:
OneOfDataHubRetentionSnapshotAspectsItems,OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DataHubRetentionConfig extends java.lang.Object implements OneOfDataHubRetentionSnapshotAspectsItems, OneOfEnvelopedAspectValue, OneOfGenericAspectValueDataHubRetentionConfig
-
-
Constructor Summary
Constructors Constructor Description DataHubRetentionConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull @Valid RetentiongetRetention()Get retentioninthashCode()DataHubRetentionConfigretention(Retention retention)voidsetRetention(Retention retention)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
retention
public DataHubRetentionConfig retention(Retention retention)
-
getRetention
@NotNull @Valid public @NotNull @Valid Retention getRetention()
Get retention- Returns:
- retention
-
setRetention
public void setRetention(Retention retention)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-